This commit is contained in:
Aditya Kulkarni
2019-03-01 10:39:05 -08:00
parent 72dc17b85e
commit 421922843e
5 changed files with 11 additions and 59 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.6.0.deb
sudo dpkg -i linux-deb-zec-qt-wallet-v0.6.1.deb
sudo apt install -f
```
Or you can download and run the binaries directly.
```
tar -xvf zec-qt-wallet-v0.6.0.tar.gz
./zec-qt-wallet-v0.6.0/zec-qt-wallet
tar -xvf zec-qt-wallet-v0.6.1.tar.gz
./zec-qt-wallet-v0.6.1/zec-qt-wallet
```
### Windows