From 3dad03523f9f64eec682350f24c245b9a712b6e8 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Mon, 3 Dec 2018 10:30:03 -0800 Subject: [PATCH] v0.5.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa4d134..e73de7f 100644 --- a/README.md +++ b/README.md @@ -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.0.deb +sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.1.deb sudo apt install -f ``` Or you can download and run the binaries directly. ``` -tar -xvf zec-qt-wallet-v0.5.0.tar.gz -./zec-qt-wallet-v0.5.0/zec-qt-wallet +tar -xvf zec-qt-wallet-v0.5.1.tar.gz +./zec-qt-wallet-v0.5.1/zec-qt-wallet ``` ### Windows