Repository: incubator-rocketmq-site Updated Branches: refs/heads/asf-site 9767736ea -> 5c494d266
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/a1417fb3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/a1417fb3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/a1417fb3 Branch: refs/heads/asf-site Commit: a1417fb3e2681c203bec3f5a5cd875190ba63b25 Parents: 9767736 Author: yukon <[email protected]> Authored: Mon May 1 22:11:51 2017 +0800 Committer: yukon <[email protected]> Committed: Mon May 1 22:12:59 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/a1417fb3/_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
