Skip to content

Commit 733f675

Browse files
authored
fix cargo invocation in the readme
1 parent d78b62e commit 733f675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ nightly).
7777

7878
## Running Miri on your own project('s test suite)
7979

80-
Install Miri as a cargo subcommand with `cargo install +nightly --all-features
80+
Install Miri as a cargo subcommand with `cargo +nightly install --all-features
8181
--path .`. Be aware that if you used `rustup override set` to fix a particular
8282
Rust version for the miri directory, that will *not* apply to your own project
8383
directory! You have to use a consistent Rust version for building miri and your

0 commit comments

Comments
 (0)