mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Update README with Rustup.rs instead of multirust
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user