Update README with Rustup.rs instead of multirust

This commit is contained in:
Julien Blanchard 2016-08-03 11:49:09 +02:00
parent b57ea4e39a
commit fb1493055b

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