Merge pull request #2613 from dwijnand/patch-1

specify nightly required to install from source
This commit is contained in:
Nick Cameron 2018-04-10 14:15:26 +12:00 committed by GitHub
commit 2840229d6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,9 +87,9 @@ rustup component add rustfmt-preview
## Installing from source
To install from source, first checkout to the tag or branch you want to install, then issue
To install from source (nightly required), first checkout to the tag or branch you want to install, then issue
```
cargo install --path .
cargo install --path .
```
This will install `rustfmt` in your `~/.cargo/bin`. Make sure to add `~/.cargo/bin` directory to