Skip to content

Commit

Permalink
IRISHUB-537:edit install
Browse files Browse the repository at this point in the history
  • Loading branch information
kidinamoto01 committed Nov 7, 2018
1 parent 5f2574e commit e0bfcf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/Install-Iris.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit e0bfcf2

Please sign in to comment.