Update README with Rustup.rs instead of multirust
This commit is contained in:
parent
b57ea4e39a
commit
fb1493055b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue