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:
@@ -20,8 +20,8 @@ Head over to the releases page and grab the latest binary. https://github.com/ad
|
|||||||
|
|
||||||
Extract and run the binary
|
Extract and run the binary
|
||||||
```
|
```
|
||||||
tar -xvf zcash-qt-wallet-v0.1.5.tar.gz
|
tar -xvf zcash-qt-wallet-v.0.1.5.tar.gz
|
||||||
./zcash-qt-wallet-v0.1.5/zcash-qt-wallet
|
./zcash-qt-wallet-v.0.1.5/zcash-qt-wallet
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compiling from source
|
## Compiling from source
|
||||||
|
|||||||
Reference in New Issue
Block a user