Skip to content

Commit

Permalink
Polish the quick start, build from a official release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxinyu committed Dec 20, 2017
1 parent cd57352 commit 61b1298
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions _docs/01-quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 61b1298

Please sign in to comment.