Add comment about rustc version in README
This commit is contained in:
parent
48d94143e7
commit
00a16db9cd
|
@ -106,6 +106,13 @@ $ source $HOME/.cargo/env
|
||||||
$ rustup component add rustfmt-preview
|
$ rustup component add rustfmt-preview
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If your rustc version is lower than 1.25.0, please update and install rustfmt:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ rustup update
|
||||||
|
$ rustup component add rustfmt-preview
|
||||||
|
```
|
||||||
|
|
||||||
Download the source code:
|
Download the source code:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue