From 4ab596af50a01b8df49b6ca5fb956432a478773b Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Mon, 28 Oct 2019 12:40:46 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a08c25a..a682400 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ZecWallet-lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash +Zecwallet-Lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash ## Compiling from source * ZecWallet is written in C++ 14, and can be compiled with g++/clang++/visual c++. @@ -9,12 +9,10 @@ ZecWallet-lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash ``` git clone https://github.com/adityapk/zecwallet-lite.git -cd zecwallet +cd zecwallet-lite /path/to/qt5/bin/qmake zecwallet-lite.pro CONFIG+=debug make -j$(nproc) -./zecwallet +./zecwallet-lite ``` -Right now, you'll also need to run `lightwalletd` on your local machine for Zecwallet to connect to. - -_PS: ZecWallet is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._ +_PS: Zecwallet-Lite is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._