From ea020f1b827e144cd3afcaf8c53423559f0b2233 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 14 Feb 2021 18:20:18 +0000 Subject: [PATCH] Specify nightly --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```