Make stuff copy+pasteable like a good code sherpa

This commit is contained in:
Duke Leto
2021-01-02 12:29:26 -05:00
parent 3b75b37b81
commit 8cd5a57ccd

View File

@@ -51,10 +51,9 @@ SilentDragonLite does automatic note and utxo management, which means it doesn't
``` ```
git clone https://github.com/MyHush/SilenDragonLite.git 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 ./build.sh
./Silentdragonlite ./SilentDragonLite
``` ```