diff --git a/README.md b/README.md index 9fdb4d0..dad5d6d 100644 --- a/README.md +++ b/README.md @@ -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 ```