Fix installer script

This commit is contained in:
Aditya Kulkarni
2019-02-20 10:53:50 -08:00
parent 7b06c099c3
commit 31f7b1eb8e
7 changed files with 12 additions and 8 deletions

View File

@@ -10,14 +10,14 @@ Head over to the releases page and grab the latest installers or binary. https:/
If you are on Debian/Ubuntu, please download the `.deb` package and install it.
```
sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.10.deb
sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.11.deb
sudo apt install -f
```
Or you can download and run the binaries directly.
```
tar -xvf zec-qt-wallet-v0.5.10.tar.gz
./zec-qt-wallet-v0.5.10/zec-qt-wallet
tar -xvf zec-qt-wallet-v0.5.11.tar.gz
./zec-qt-wallet-v0.5.11/zec-qt-wallet
```
### Windows