From 8ef5549649f0e98e0f24606f8677d86488cc5d72 Mon Sep 17 00:00:00 2001 From: Denio <41270280+DenioD@users.noreply.github.com> Date: Sat, 2 Nov 2019 12:08:02 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cb3844..3ee7557 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ SilentDragonLite is a GUI wallet for the Hush cryptocoin, which does not require you to download the full blockchain! ## Compiling from source -* silentdragon is written in C++ 14, and can be compiled with g++/clang++/visual c++. +* SilentDragonLite is written in C++ 14, and can be compiled with g++/clang++/visual c++. * It also depends on Qt5, which you can get from [here](https://www.qt.io/download). * You'll need Rust v1.37 + ### Building on Linux ``` -git clone https://github.com/DenioD/SilenDragonLite.git +git clone https://github.com/MyHush/SilenDragonLite.git cd silentdragonlite /path/to/qt5/bin/qmake silentdragon-lite.pro CONFIG+=debug make -j$(nproc)