Merge pull request #2613 from dwijnand/patch-1
specify nightly required to install from source
This commit is contained in:
commit
2840229d6f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue