Skip to content

Commit

Permalink
Document miri can only be installed on nightly
Browse files Browse the repository at this point in the history
This updates the installation instructions to point out that miri is only available on nightly, and encodes this assumption into the installation instructions.
  • Loading branch information
yoshuawuyts authored Jan 18, 2020
1 parent 6a0f14b commit 0acc309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ program, and cannot run all programs:

## Using Miri

Install Miri via `rustup`:
Install Miri on Rust nightly via `rustup`:

```sh
rustup component add miri
rustup +nightly component add miri
```

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

0 comments on commit 0acc309

Please sign in to comment.