Update 'README.md'

This commit is contained in:
Duke Leto
2021-08-04 18:23:04 +00:00
parent c7cd82204d
commit 01a2ac6daa

View File

@@ -95,8 +95,8 @@ You should start seeing the frontend ingest and cache the Hush blocks after ~15
Now, connect to your server! (Substitute below)
```
$ git clone https://git.hush.is/hush/silentdragonlite-cli
$ cd silentdragonlite-cli
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
@@ -106,6 +106,6 @@ sudo apt install -y cargo
then
```
$ cargo build --release
$ ./target/release/silentdragonlite-cli --server https://lite.example.org
cargo build --release
./target/release/silentdragonlite-cli --server https://lite.example.org
```