You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/05/01 14:12:06 UTC

incubator-rocketmq-site git commit: Use the newest source code in quick start.

Repository: incubator-rocketmq-site
Updated Branches:
  refs/heads/master 51503d3f2 -> 0ab472924


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/master
Commit: 0ab472924844937ea35d2889f267c8c7eae921e9
Parents: 51503d3
Author: yukon <yu...@apache.org>
Authored: Mon May 1 22:11:51 2017 +0800
Committer: yukon <yu...@apache.org>
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