Changed adityapk00 references to ZcashFoundation (#66)

Changed adityapk00 references to ZcashFoundation in README.md
This commit is contained in:
Marius Kjærstad
2018-12-03 16:42:49 +01:00
committed by adityapk00
parent b379f364ff
commit 06203f86c4

View File

@@ -4,7 +4,7 @@ zec-qt-wallet is a z-Addr first, Sapling compatible wallet and full node for zca
![Screenshots](docs/screenshot-sub.png?raw=true) ![Screenshots](docs/screenshot-sub.png?raw=true)
# Installation # Installation
Head over to the releases page and grab the latest installers or binary. https://github.com/adityapk00/zec-qt-wallet/releases Head over to the releases page and grab the latest installers or binary. https://github.com/ZcashFoundation/zec-qt-wallet/releases
### Linux ### Linux
@@ -43,7 +43,7 @@ See detailed build instructions [on the wiki](https://github.com/ZcashFoundation
### Building on Linux ### Building on Linux
``` ```
git clone https://github.com/adityapk00/zec-qt-wallet.git git clone https://github.com/ZcashFoundation/zec-qt-wallet.git
cd zec-qt-wallet cd zec-qt-wallet
/path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug /path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug
make -j$(nproc) 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 From the VS Tools command prompt
``` ```
git clone https://github.com/adityapk00/zec-qt-wallet.git git clone https://github.com/ZcashFoundation/zec-qt-wallet.git
cd zec-qt-wallet cd zec-qt-wallet
c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -spec win32-msvc CONFIG+=debug c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -spec win32-msvc CONFIG+=debug
nmake 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. You need to install the Xcode app or the Xcode command line tools first, and then install Qt.
``` ```
git clone https://github.com/adityapk00/zec-qt-wallet.git git clone https://github.com/ZcashFoundation/zec-qt-wallet.git
cd zec-qt-wallet cd zec-qt-wallet
/path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug /path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug
make make