From 01a2ac6daab42c21239f0d9a06422d123a874dc6 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 4 Aug 2021 18:23:04 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74c0fb3..ddac39d 100644 --- a/README.md +++ b/README.md @@ -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 ```