From bdc2ee544dba34c5e66e1f259fd43fc2c4a212d0 Mon Sep 17 00:00:00 2001 From: Peltoche Date: Wed, 5 Dec 2018 10:09:30 +0100 Subject: [PATCH] Add the toolchain update into the installation steps --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f42dfc2..8b394f3 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,10 @@ Install the patched fonts of powerline nerd-font and/or font-awesome. Have a loo ### Other -Install the lsd package with: +Update your rust toolchain to at least 1.30.1 and install the lsd package with: ```sh +rustup update cargo install lsd ```