From 8cd5a57ccdb9846ef37bddcbccd441ea37512207 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 2 Jan 2021 12:29:26 -0500 Subject: [PATCH] Make stuff copy+pasteable like a good code sherpa --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b55c812..0d3ccb3 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,9 @@ SilentDragonLite does automatic note and utxo management, which means it doesn't ``` git clone https://github.com/MyHush/SilenDragonLite.git -cd silentdragonlite +cd SilentDragonLite +# the next step will take potentially a long time for slower systems +# Be Patient and please report compiler problems! ./build.sh -./Silentdragonlite - +./SilentDragonLite ``` - -