Skip to content

Commit

Permalink
Merge pull request flike#554 from qiukeren/master
Browse files Browse the repository at this point in the history
change doc go-1.6 to go-latest
  • Loading branch information
flike authored Dec 24, 2019
2 parents bddc200 + da3637c commit 3ed495b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/KingDoc/how_to_use_kingshard.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ schema_list :

### (2). 安装和启动kingshard

1. 安装Go语言环境(Go版本1.3以上),具体步骤请Google。
1. 安装Go语言环境(请使用最新版),具体步骤请Google。
2. git clone https://github.com/flike/kingshard.git src/github.com/flike/kingshard
3. cd src/github.com/flike/kingshard
4. source ./dev.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/KingDoc/kingshard_install_document.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 安装kingshard
```
1. 安装Go语言环境(Go版本1.6以上),具体步骤请Google。
1. 安装Go语言环境(请使用最新版),具体步骤请Google。
2. git clone https://github.com/flike/kingshard.git $GOPATH/src/github.com/flike/kingshard
3. cd src/github.com/flike/kingshard
4. source ./dev.sh
Expand Down

0 comments on commit 3ed495b

Please sign in to comment.