From a6e9719955a1c6b2f2ac86580bbb923329d2ace8 Mon Sep 17 00:00:00 2001 From: Gareth Davies Date: Tue, 16 Oct 2018 12:07:12 -0700 Subject: [PATCH] Release file has extra period The release has an extra period so copying/pasting the instructions to extract and run binary causes a file not found error. This fixes it up :+1: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3063d0..d8e424e 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Head over to the releases page and grab the latest binary. https://github.com/ad Extract and run the binary ``` -tar -xvf zcash-qt-wallet-v0.1.5.tar.gz -./zcash-qt-wallet-v0.1.5/zcash-qt-wallet +tar -xvf zcash-qt-wallet-v.0.1.5.tar.gz +./zcash-qt-wallet-v.0.1.5/zcash-qt-wallet ``` ## Compiling from source