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/12/20 11:20:03 UTC

[rocketmq-site] branch master updated: Polish the quick start, build from a official release

This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 61b1298  Polish the quick start, build from a official release
61b1298 is described below

commit 61b129817c18e03dad7d57ba6e22b19f2d208141
Author: yukon <yu...@apache.org>
AuthorDate: Wed Dec 20 19:19:50 2017 +0800

    Polish the quick start, build from a official release
---
 _docs/01-quick-start-guide.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md
index 3cd96a4..31e656a 100644
--- a/_docs/01-quick-start-guide.md
+++ b/_docs/01-quick-start-guide.md
@@ -18,11 +18,15 @@ and receive messages.
    1. Maven 3.2.x
    1. Git 
 
-# Clone & Build
+# Download & Build from Release
+
+Click [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.2.0/rocketmq-all-4.2.0-source-release.zip) to download the 4.2.0 source release. Also you could download a binary release from [here](http://rocketmq.apache.org/release_notes/release-notes-4.2.0/).
+
+Now execute the following commands to unpack 4.2.0 source release and build the binary artifact.
 
 ```shell
-  > git clone -b develop https://github.com/apache/rocketmq.git
-  > cd rocketmq
+  > unzip rocketmq-all-4.2.0-source-release.zip
+  > cd rocketmq-all-4.2.0/
   > mvn -Prelease-all -DskipTests clean install -U
   > cd distribution/target/apache-rocketmq
 ```

-- 
To stop receiving notification emails like this one, please contact
['"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>'].