From ef37a4c158375a29f7b4035cd3aab144fff0bb8c Mon Sep 17 00:00:00 2001 From: Markus Pettersson Date: Sun, 8 Dec 2019 11:12:25 +0100 Subject: [PATCH] Updated README to reflect deprecation of rustup install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16eae05973..e505496a69 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ If `rustup` says the `miri` component is unavailable, that's because not all nightly releases come with all tools. Check out [this website](https://rust-lang.github.io/rustup-components-history) to determine a nightly version that comes with Miri and install that using -`rustup install nightly-YYYY-MM-DD`. +`rustup toolchain install nightly-YYYY-MM-DD`. Now you can run your project in Miri: