From 24d0a3452a3a0b0c80bcb6948620ee1740028e16 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Sat, 17 Nov 2018 17:15:40 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6db8422..1af407d 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,8 @@ make ./zec-qt-wallet.app/Contents/MacOS/zec-qt-wallet ``` -### [Troubleshooting & FAQ](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ) +### [Troubleshooting Guide & FAQ](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ) -### Support or other questions -Tweet at [@zecqtwallet](https://twitter.com/zecqtwallet) for help. +For support or other questions, tweet at [@zecqtwallet](https://twitter.com/zecqtwallet). _PS: zec-qt-wallet is NOT an official wallet, and is not affiliated with the Zerocoin Electric Coin Company in any way._ From d3d1b00777fd518ccd63ca0cc5990196edfd83c0 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Sat, 17 Nov 2018 17:16:53 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1af407d..eca43b0 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ make ``` ### [Troubleshooting Guide & FAQ](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ) - -For support or other questions, tweet at [@zecqtwallet](https://twitter.com/zecqtwallet). +Read the [troubleshooting guide](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ). +For support or other questions, tweet at [@zecqtwallet](https://twitter.com/zecqtwallet) or [file an issue](https://github.com/ZcashFoundation/zec-qt-wallet/issues). _PS: zec-qt-wallet is NOT an official wallet, and is not affiliated with the Zerocoin Electric Coin Company in any way._ From 769d8958c2bd88e7ee6e8704e348a3380be907bb Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Sun, 18 Nov 2018 09:00:43 +0200 Subject: [PATCH 3/3] Cleanup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eca43b0..6ccbbcb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -zec-qt-wallet is a z-Addr first, Sapling compatible wallet and full node for zcashd that runs on Windows and Linux +zec-qt-wallet is a z-Addr first, Sapling compatible wallet and full node for zcashd that runs on Linux, Windows and macOS. ![Screenshot](docs/screenshot-main.png?raw=true) ![Screenshots](docs/screenshot-sub.png?raw=true) @@ -7,7 +7,7 @@ zec-qt-wallet is a z-Addr first, Sapling compatible wallet and full node for zca Head over to the releases page and grab the latest binary. https://github.com/adityapk00/zec-qt-wallet/releases ### Linux -Extract and run the binary +Extract and run the binary. ``` tar -xvf zec-qt-wallet-v0.3.2.tar.gz ./zec-qt-wallet-v0.3.2/zec-qt-wallet @@ -59,8 +59,8 @@ To create the Visual Studio project files so you can compile and run from Visual c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -tp vc CONFIG+=debug ``` -## Building on MacOS -You need to install the XCode app or the XCode command line tools first, and then install Qt. +## Building on macOS +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