Update instructions

This commit is contained in:
Jeremy Soller
2019-08-30 10:37:31 -06:00
parent 50de0f5589
commit 2d845afa44
4 changed files with 14 additions and 9 deletions

View File

@@ -15,12 +15,14 @@ sudo apt-get install \
gnat \
mtools \
nasm \
uuid-dev
uuid-dev \
zlib1g-dev
```
### Install rust nightly
### Install rust
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
| sh -s -- -y --default-toolchain "$(cat rust-toolchain)"
```
### Load cargo environment (or optionally reboot)