Specify nightly

This commit is contained in:
Ellie Huxtable 2021-02-14 18:20:18 +00:00
parent 8a5d82e820
commit ea020f1b82

View File

@ -27,9 +27,13 @@ As well as the expected command, A'tuin stores
## Install
`atuin` needs a recent version of Rust + Cargo! It's best to use
`atuin` needs a nightly version of Rust + Cargo! It's best to use
[rustup](https://rustup.rs/) for getting set up there.
```
rustup default nightly
```
```
cargo install atuin
```