From e0bfcf2c0436ee345e61038dc939a3a1eadbd959 Mon Sep 17 00:00:00 2001 From: kidinamoto01 Date: Thu, 8 Nov 2018 00:21:22 +0800 Subject: [PATCH] IRISHUB-537:edit install --- docs/get-started/Install-Iris.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/Install-Iris.md b/docs/get-started/Install-Iris.md index a322ebe09..4e80d1861 100644 --- a/docs/get-started/Install-Iris.md +++ b/docs/get-started/Install-Iris.md @@ -22,7 +22,7 @@ Go to the download page: https://github.com/irisnet/irishub/releases/ -then get the release v0.5.0 on your computer. +then get the release v0.6.0 on your computer. `unzip -C /usr/local/bin iris$VERSION.$OS-$ARCH.zip` to `/usr/local/bin/ ` You can verify you have the right version installed by running the following commands: @@ -95,7 +95,7 @@ Make sure that you can access to google.com for that our project used some libra mkdir -p $GOPATH/src/github.com/irisnet cd $GOPATH/src/github.com/irisnet git clone https://github.com/irisnet/irishub -cd irishub && git checkout v0.5.0 +cd irishub && git checkout v0.6.0 curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh make get_tools && get_vendor_deps && make install ```