Merge pull request #1118 from julienXX/change-multirust-to-rustup-in-readme

Update README with Rustup.rs instead of multirust
This commit is contained in:
Nick Cameron 2016-08-04 10:11:24 +12:00 committed by GitHub
commit 9ea53d617d

View file

@ -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