Specify nightly
This commit is contained in:
parent
8a5d82e820
commit
ea020f1b82
1 changed files with 5 additions and 1 deletions
|
@ -27,9 +27,13 @@ As well as the expected command, A'tuin stores
|
||||||
|
|
||||||
## Install
|
## 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](https://rustup.rs/) for getting set up there.
|
||||||
|
|
||||||
|
```
|
||||||
|
rustup default nightly
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo install atuin
|
cargo install atuin
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue