Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update build procedure in doc/tutorial_en(zh).md #144

Merged
merged 1 commit into from Feb 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use make directly.

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