Skip to content

Commit ea59d6a

Browse files
committed
Auto merge of #1110 - MarkusPettersson98:master, r=RalfJung
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!
2 parents 048af40 + ef37a4c commit ea59d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If `rustup` says the `miri` component is unavailable, that's because not all
6161
nightly releases come with all tools. Check out
6262
[this website](https://rust-lang.github.io/rustup-components-history) to
6363
determine a nightly version that comes with Miri and install that using
64-
`rustup install nightly-YYYY-MM-DD`.
64+
`rustup toolchain install nightly-YYYY-MM-DD`.
6565

6666
Now you can run your project in Miri:
6767

0 commit comments

Comments
 (0)