From a0ff291bd3a6936f3ef7a2469db96b6068b9d8f0 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Tue, 19 Mar 2019 14:08:52 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c34c97..e13c341 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See detailed build instructions [on the wiki](https://github.com/ZcashFoundation ### Building on Linux ``` -git clone --recursive https://github.com/ZcashFoundation/zecwallet.git +git clone https://github.com/ZcashFoundation/zecwallet.git cd zecwallet /path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug make -j$(nproc) @@ -56,7 +56,7 @@ You need Visual Studio 2017 (The free C++ Community Edition works just fine). From the VS Tools command prompt ``` -git clone --recursive https://github.com/ZcashFoundation/zecwallet.git +git clone https://github.com/ZcashFoundation/zecwallet.git cd zecwallet c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -spec win32-msvc CONFIG+=debug nmake @@ -73,7 +73,7 @@ c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -tp vc CONFIG+=debug You need to install the Xcode app or the Xcode command line tools first, and then install Qt. ``` -git clone --recursive https://github.com/ZcashFoundation/zecwallet.git +git clone https://github.com/ZcashFoundation/zecwallet.git cd zecwallet /path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug make