summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9fdb4d07..dad5d6d4 100644
--- a/README.md
+++ b/README.md
@@ -27,10 +27,14 @@ 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
```