caigy commented on code in PR #139:
URL: https://github.com/apache/rocketmq-site/pull/139#discussion_r908016940


##########
docs/02quickstart.md:
##########
@@ -1,2 +1,75 @@
 # 快速开始
 
+这一节介绍如何快速部署一个单Master RocketMQ集群,并完成简单的消息收发。

Review Comment:
   “单节点的RocketMQ集群” might be more appropriate.



##########
docs/02quickstart.md:
##########
@@ -1,2 +1,75 @@
 # 快速开始
 
+这一节介绍如何快速部署一个单Master RocketMQ集群,并完成简单的消息收发。
+
+**(1)下载Apache RocketMQ**
+
+RocketMQ的安装包分为两种,二进制包和源码包。点击[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip)
 下载Apache RocketMQ 
4.9.4的源码包。你也可以从[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip)
 
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的,以在Linux环境下利用社区4.9.4的源码包为例,我们介绍RocketMQ安装过程
+
+解压4.9.4的源码包并编译构建二进制可执行文件

Review Comment:
   Prerequisite for building and running RocketMQ should be supplemented, such 
as the version of maven, jdk, and so on.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to