From 748a4a63dbc9fed20659fe73da96614a13716446 Mon Sep 17 00:00:00 2001 From: DenioD Date: Wed, 23 Oct 2019 23:18:40 +0200 Subject: [PATCH] update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07b620a..fc23cac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -silentdragon-lite is z-Addr first, Sapling compatible wallet lightwallet for hush still in very experimental status! Use it on your own Risk! - +SilenDragonLite is z-Addr first, Sapling compatible wallet lightwallet for hush still in very experimental status! Use it on your own Risk! ## Compiling from source * silentdragon is written in C++ 14, and can be compiled with g++/clang++/visual c++. @@ -9,7 +8,7 @@ silentdragon-lite is z-Addr first, Sapling compatible wallet lightwallet for hus ### Building on Linux ``` -git clone https://github.com/adityapk/silentdragon-lite.git +git clone https://github.com/DenioD/SilenDragonLite.git cd silentdragon /path/to/qt5/bin/qmake silentdragon-lite.pro CONFIG+=debug make -j$(nproc)