From 2d43261fa8d7c1727bd49f9657237b8de37592cf Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Wed, 5 Dec 2018 09:50:32 -0800 Subject: [PATCH] 0.5.3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9da9d3a..81dba63 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.2.deb +sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.3.deb sudo apt install -f ``` Or you can download and run the binaries directly. ``` -tar -xvf zec-qt-wallet-v0.5.2.tar.gz -./zec-qt-wallet-v0.5.2/zec-qt-wallet +tar -xvf zec-qt-wallet-v0.5.3.tar.gz +./zec-qt-wallet-v0.5.3/zec-qt-wallet ``` ### Windows