diff --git a/doc/tutorial_en.md b/doc/tutorial_en.md index 5e55deb..b092cf3 100644 --- a/doc/tutorial_en.md +++ b/doc/tutorial_en.md @@ -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) ``` diff --git a/doc/tutorial_zh.md b/doc/tutorial_zh.md index 3a0782a..44bab03 100644 --- a/doc/tutorial_zh.md +++ b/doc/tutorial_zh.md @@ -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 的集成测试) ```