Add the toolchain update into the installation steps

This commit is contained in:
Peltoche 2018-12-05 10:09:30 +01:00 committed by Pierre Peltier
parent eb8d5fdbd3
commit bdc2ee544d

View file

@ -40,9 +40,10 @@ Install the patched fonts of powerline nerd-font and/or font-awesome. Have a loo
### Other
Install the lsd package with:
Update your rust toolchain to at least 1.30.1 and install the lsd package with:
```sh
rustup update
cargo install lsd
```