Browse Source

Update 'README.md'

Install deps for cargo on VPS
jahway
oDinZu 3 years ago
parent
commit
74e0b871a5
  1. 11
      README.md

11
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
```
##### 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.myhush.org
$ ./target/release/silentdragonlite-cli --server https://lite.example.org
```

Loading…
Cancel
Save