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 ```