From fb1493055bdff2e6ca9c4fe9abde8cd35d3bcb2d Mon Sep 17 00:00:00 2001 From: Julien Blanchard <julien@sideburns.eu> Date: Wed, 3 Aug 2016 11:49:09 +0200 Subject: [PATCH] Update README with Rustup.rs instead of multirust --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c99ea26e7cf..90383d27e5c 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ cargo fmt cargo install rustfmt ``` -or if you're using [`multirust`](https://github.com/brson/multirust) +or if you're using [`rustup.rs`](https://www.rustup.rs/) ``` -multirust run nightly cargo install rustfmt +rustup run nightly cargo install rustfmt ``` Usually cargo-fmt, which enables usage of Cargo subcommand `cargo fmt`, is