From 0acc30956166b81c75fd2c8db250eabce6babf7d Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sat, 18 Jan 2020 16:21:30 +0100 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbf26ff6f71e..cf18e6a0670b 100644 --- a/README.md +++ b/README.md @@ -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