Skip to content

Commit

Permalink
Merge pull request #1484 from irisnet/vincent/release0.14
Browse files Browse the repository at this point in the history
R4R: Update install doc
  • Loading branch information
Haifeng Xi authored May 27, 2019
2 parents bbaa773 + b43b781 commit 4172cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions docs/software/How-to-install-irishub.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# How to install `iris`

### The Latest version of IRIShub : v0.13.1
### The Latest version of IRIShub : v0.14.0
refer to : https://github.com/irisnet/irishub/releases/latest
```
Please replace <latest_iris_version> with v0.13.1 while using "git checkout"
Please replace <latest_iris_version> with v0.14.0 while using "git checkout"
```

You can download the source code from github and compile it locally.
Expand Down Expand Up @@ -70,9 +70,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
cd $GOPATH/src/github.com/irisnet
git clone https://github.com/irisnet/irishub
cd irishub && git checkout <latest_iris_version>
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
make get_tools
make get_vendor_deps
source scripts/setTestEnv.sh
make all
```
Expand All @@ -83,9 +81,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
cd $GOPATH/src/github.com/irisnet
git clone https://github.com/irisnet/irishub
cd irishub && git checkout <latest_iris_version>
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
make get_tools
make get_vendor_deps
make all
```

Expand Down
8 changes: 2 additions & 6 deletions docs/zh/software/How-to-install-irishub.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 如何安装`iris`

### 当前IRIShub最新版本为v0.13.1
### 当前IRIShub最新版本为v0.14.0
获取最新版本 https://github.com/irisnet/irishub/releases/latest
```
注意:使用 git checkout 命令时,请将 <latest_iris_version> 替换成 v0.13.1
注意:使用 git checkout 命令时,请将 <latest_iris_version> 替换成 v0.14.0
```

### 源码编译安装
Expand Down Expand Up @@ -68,9 +68,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
cd $GOPATH/src/github.com/irisnet
git clone https://github.com/irisnet/irishub
cd irishub && git checkout <latest_iris_version>
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
make get_tools
make get_vendor_deps
source scripts/setTestEnv.sh
make all
```
Expand All @@ -81,9 +79,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
cd $GOPATH/src/github.com/irisnet
git clone https://github.com/irisnet/irishub
cd irishub && git checkout <latest_iris_version>
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
make get_tools
make get_vendor_deps
make all
```

Expand Down

0 comments on commit 4172cd4

Please sign in to comment.