From 56009eb88b0edf221ab7e96869869d2d5e5b44d4 Mon Sep 17 00:00:00 2001 From: Sasha Bogicevic Date: Thu, 8 Dec 2022 12:02:56 +0100 Subject: [PATCH] Update readme to include fresh rustup start --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1b226a96..40a44833 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ For now you'll need rust installed, see [rustup](https://rustup.rs). ### Getting started +In case you have fresh installation of `rustup` you might need to do: + +```console + +rustup install stable + +``` + ```console $ cargo install aiken