mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 19:33:16 +00:00
Tiny clarification in README.md
This commit is contained in:
parent
d50e3618d4
commit
30fe66b110
@ -27,7 +27,7 @@ the "travis example" badge above.
|
||||
|
||||
## Quick start
|
||||
|
||||
You can use `rustfmt` on Rust 1.24 and above.
|
||||
You can run `rustfmt` with Rust 1.24 and above.
|
||||
|
||||
To install:
|
||||
|
||||
@ -94,6 +94,7 @@ rustup component add rustfmt-preview
|
||||
## Installing from source
|
||||
|
||||
To install from source (nightly required), first checkout to the tag or branch you want to install, then issue
|
||||
|
||||
```
|
||||
cargo install --path .
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user