summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-14 18:20:18 +0000
committerEllie Huxtable <e@elm.sh>2021-02-14 18:20:18 +0000
commitea020f1b827e144cd3afcaf8c53423559f0b2233 (patch)
tree8c352e69f2737264fa0500d95ec540a0e41afbab
parent8a5d82e82037627bdff2a1a891845bae9d8b07e0 (diff)
Specify nightly
-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
```