From 74e0b871a57dd20d12bc51cd8743c2a7c15fa5c5 Mon Sep 17 00:00:00 2001 From: oDinZu Date: Wed, 4 Aug 2021 09:14:42 +0000 Subject: [PATCH] Update 'README.md' Install deps for cargo on VPS --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3862033..7f775c8 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,15 @@ Now, connect to your server! (Substitute below) ``` $ git clone https://git.hush.is/hush/silentdragonlite-cli $ cd silentdragonlite-cli -$ cargo build --release -$ ./target/release/silentdragonlite-cli --server https://lite.myhush.org +``` + +##### Install deps for cargo on VPS https://doc.rust-lang.org/cargo/getting-started/installation.html +``` +$ curl https://sh.rustup.rs -sSf | sh +``` +then + +``` +$ cargo build --release +$ ./target/release/silentdragonlite-cli --server https://lite.example.org ```