Browse Source

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 👍
import_zecw
Gareth Davies 6 years ago
committed by GitHub
parent
commit
a6e9719955
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
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

Loading…
Cancel
Save