Update README.md: add 'rustup update'
This commit is contained in:
parent
0a42648678
commit
8b681e06fd
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ to be a bit out of date). Version 0.1 of rustfmt-nightly is forked from version
|
|||
|
||||
## Quick start
|
||||
|
||||
You must be using a nightly compiler toolchain.
|
||||
You must be using the latest nightly compiler toolchain.
|
||||
|
||||
To install:
|
||||
|
||||
|
@ -44,6 +44,7 @@ cargo install rustfmt-nightly
|
|||
or if you're using [Rustup](https://www.rustup.rs/)
|
||||
|
||||
```
|
||||
rustup update
|
||||
rustup run nightly cargo install rustfmt-nightly
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue