Skip to content

Commit

Permalink
Auto merge of #1110 - MarkusPettersson98:master, r=RalfJung
Browse files Browse the repository at this point in the history
Updated README to reflect deprecation of rustup install

This PR from the rustup repository brought me here: rust-lang/rustup#2148

TL;DR With rustup 1.21.0 `rustup install` and `rustup uninstall` are being deprecated in favor of `rustup toolchain install` and `rustup toolchain uninstall`. There's plenty of code/documentation out there that needs to be updated to reflect this.

Thought It would be cool to help, however small the change may be. :)

Keep up the great work!
  • Loading branch information
bors committed Dec 8, 2019
2 parents 048af40 + ef37a4c commit ea59d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If `rustup` says the `miri` component is unavailable, that's because not all
nightly releases come with all tools. Check out
[this website](https://rust-lang.github.io/rustup-components-history) to
determine a nightly version that comes with Miri and install that using
`rustup install nightly-YYYY-MM-DD`.
`rustup toolchain install nightly-YYYY-MM-DD`.

Now you can run your project in Miri:

Expand Down

0 comments on commit ea59d6a

Please sign in to comment.