Skip to content

Commit 0acc309

Browse files
authored
Document miri can only be installed on nightly
This updates the installation instructions to point out that miri is only available on nightly, and encodes this assumption into the installation instructions.
1 parent 6a0f14b commit 0acc309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ program, and cannot run all programs:
5151

5252
## Using Miri
5353

54-
Install Miri via `rustup`:
54+
Install Miri on Rust nightly via `rustup`:
5555

5656
```sh
57-
rustup component add miri
57+
rustup +nightly component add miri
5858
```
5959

6060
If `rustup` says the `miri` component is unavailable, that's because not all

0 commit comments

Comments
 (0)