Use the newest source code in quick start.
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/commit/0ab47292 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/0ab47292 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/0ab47292 Branch: refs/heads/asf-site Commit: 0ab472924844937ea35d2889f267c8c7eae921e9 Parents: 51503d3 Author: yukon <[email protected]> Authored: Mon May 1 22:11:51 2017 +0800 Committer: yukon <[email protected]> Committed: Mon May 1 22:11:51 2017 +0800 ---------------------------------------------------------------------- _docs/01-quick-start-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/0ab47292/_docs/01-quick-start-guide.md ---------------------------------------------------------------------- diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md index b0f2e24..8b84636 100644 --- a/_docs/01-quick-start-guide.md +++ b/_docs/01-quick-start-guide.md @@ -20,7 +20,7 @@ This quick start guide is to give detailed instructions, helping you setup Rocke # Clone & Build ```shell - > git clone https://github.com/apache/incubator-rocketmq.git + > git clone -b develop https://github.com/apache/incubator-rocketmq.git > cd incubator-rocketmq > mvn -Prelease-all -DskipTests clean install -U > cd distribution/target/apache-rocketmq
