Skip to content

Commit 5accdf4

Browse files
committed
use cargo +nightly rather than rustup run nightly cargo
1 parent 7817092 commit 5accdf4

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
@@ -16,7 +16,7 @@ rustup update nightly
1616

1717
You should also make `nightly` the default version for your Miri directory by
1818
running the following command while you're in it. If you don't do this, you can
19-
run the later `cargo` commands by prefixing them with `rustup run nightly`.
19+
run the later `cargo` commands by using `cargo +nightly` instead.
2020

2121
```sh
2222
rustup override add nightly

0 commit comments

Comments
 (0)