update README

This commit is contained in:
DenioD
2019-10-23 23:18:40 +02:00
parent 2dccd522a8
commit 748a4a63db

View File

@@ -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 ## Compiling from source
* silentdragon is written in C++ 14, and can be compiled with g++/clang++/visual c++. * 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 ### Building on Linux
``` ```
git clone https://github.com/adityapk/silentdragon-lite.git git clone https://github.com/DenioD/SilenDragonLite.git
cd silentdragon cd silentdragon
/path/to/qt5/bin/qmake silentdragon-lite.pro CONFIG+=debug /path/to/qt5/bin/qmake silentdragon-lite.pro CONFIG+=debug
make -j$(nproc) make -j$(nproc)