File tree Expand file tree Collapse file tree 4 files changed +5
-62
lines changed
Expand file tree Collapse file tree 4 files changed +5
-62
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# How to install ` iris `
22
3- ### The Latest version of IRIShub : v0.13.1
3+ ### The Latest version of IRIShub : v0.14.0
44refer to : https://github.com/irisnet/irishub/releases/latest
55```
6- Please replace <latest_iris_version> with v0.13.1 while using "git checkout"
6+ Please replace <latest_iris_version> with v0.14.0 while using "git checkout"
77```
88
99You can download the source code from github and compile it locally.
@@ -70,9 +70,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
7070cd $GOPATH/src/github.com/irisnet
7171git clone https://github.com/irisnet/irishub
7272cd irishub && git checkout <latest_iris_version>
73- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
7473make get_tools
75- make get_vendor_deps
7674source scripts/setTestEnv.sh
7775make all
7876```
@@ -83,9 +81,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
8381cd $GOPATH/src/github.com/irisnet
8482git clone https://github.com/irisnet/irishub
8583cd irishub && git checkout <latest_iris_version>
86- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
8784make get_tools
88- make get_vendor_deps
8985make all
9086```
9187
Original file line number Diff line number Diff line change 11# 如何安装` iris `
22
3- ### 当前IRIShub最新版本为 : v0.13.1
3+ ### 当前IRIShub最新版本为 : v0.14.0
44获取最新版本 https://github.com/irisnet/irishub/releases/latest
55```
6- 注意:使用 git checkout 命令时,请将 <latest_iris_version> 替换成 v0.13.1
6+ 注意:使用 git checkout 命令时,请将 <latest_iris_version> 替换成 v0.14.0
77```
88
99### 源码编译安装
@@ -68,9 +68,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
6868cd $GOPATH/src/github.com/irisnet
6969git clone https://github.com/irisnet/irishub
7070cd irishub && git checkout <latest_iris_version>
71- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
7271make get_tools
73- make get_vendor_deps
7472source scripts/setTestEnv.sh
7573make all
7674```
@@ -81,9 +79,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
8179cd $GOPATH/src/github.com/irisnet
8280git clone https://github.com/irisnet/irishub
8381cd irishub && git checkout <latest_iris_version>
84- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
8582make get_tools
86- make get_vendor_deps
8783make all
8884```
8985
Original file line number Diff line number Diff line change 99
1010// Version - Iris Version
1111const ProtocolVersion = 0
12- const Version = "0.14.0-rc0 "
12+ const Version = "0.14.0"
1313// GitCommit set by build flags
1414var GitCommit = ""
1515
You can’t perform that action at this time.
0 commit comments