mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-18 06:56:59 +00:00
Update README with Rustup.rs instead of multirust
This commit is contained in:
parent
b57ea4e39a
commit
fb1493055b
@ -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…
Reference in New Issue
Block a user