Update 'README.md'

Install deps for cargo on VPS
This commit is contained in:
oDinZu
2021-08-04 09:14:42 +00:00
parent ce670a1085
commit 74e0b871a5

View File

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