Skip to content

Commit

Permalink
Merge pull request #144 from lrita/master
Browse files Browse the repository at this point in the history
update build procedure in doc/tutorial_en(zh).md
  • Loading branch information
siddontang committed Feb 27, 2016
2 parents dbad7f1 + bbc2c70 commit c2ca78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/tutorial_en.md
Expand Up @@ -29,6 +29,7 @@ Install Go please check [this document](https://github.com/astaxie/build-web-app
go get github.com/reborndb/reborn
cd $GOPATH/src/github.com/reborndb/reborn
./bootstrap.sh
make build
make gotest
make agent_test (optional, reborn-agent integration test)
```
Expand Down
1 change: 1 addition & 0 deletions doc/tutorial_zh.md
Expand Up @@ -32,6 +32,7 @@ Reborn 支持按照 Namespace 区分不同的产品, 拥有不同的 product nam
go get github.com/reborndb/reborn
cd $GOPATH/src/github.com/reborndb/reborn
./bootstrap.sh
make build
make gotest
make agent_test (可选, reborn-agent 的集成测试)
```
Expand Down

0 comments on commit c2ca78c

Please sign in to comment.