This commit is contained in:
Aditya Kulkarni
2019-02-19 15:31:08 -08:00
parent 15cadb3a00
commit 115abcb871
4 changed files with 30 additions and 7 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.9.deb
sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.10.deb
sudo apt install -f
```
Or you can download and run the binaries directly.
```
tar -xvf zec-qt-wallet-v0.5.9.tar.gz
./zec-qt-wallet-v0.5.9/zec-qt-wallet
tar -xvf zec-qt-wallet-v0.5.10.tar.gz
./zec-qt-wallet-v0.5.10/zec-qt-wallet
```
### Windows