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 👍
This commit is contained in:
Gareth Davies
2018-10-16 12:07:12 -07:00
committed by GitHub
parent f29d2708c5
commit a6e9719955

View File

@@ -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