From b84771c467d188abe7aa184699c2b8f8e74597fb Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Mon, 19 Nov 2018 10:02:14 -0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8b3852..7504e7d 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,16 @@ Head over to the releases page and grab the latest binary. https://github.com/ad ### Linux Extract and run the binary. ``` -tar -xvf zec-qt-wallet-v0.3.2.tar.gz -./zec-qt-wallet-v0.3.2/zec-qt-wallet +tar -xvf zec-qt-wallet-v0.4.0.tar.gz +./zec-qt-wallet-v0.4.0/zec-qt-wallet ``` ### Windows Unzip the release binary and double click on zec-qt-wallet to start. +### macOS +Double-click on the .dmg file to open it, and drag zec-qt-wallet on to the Applications link to install. + ## zcashd zec-qt-wallet needs a Zcash node running zcashd. If you already have a zcashd node running, zec-qt-wallet will connect to it.