From 47ab9470d604aa11f81794e80e9196ffae78d8fe Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 9 Nov 2021 23:14:00 +0000 Subject: [PATCH] improve rust instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84df8c3..5c620ca 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ Go to the [releases page](https://git.hush.is/hush/SilentDragonLite/releases) an ##### Install Rust & Change Version ``` curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +Choose: 1) Proceed with installation (default) +source $HOME/.cargo/env rustup install 1.49 rustup default 1.49 rustup -V