You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/09/21 01:49:34 UTC

[rocketmq] branch develop updated: [ISSUE #5130] Use the latest rocketmq version as example in readme file (#5146)

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

dinglei pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new d0bd6a6c6 [ISSUE #5130] Use the latest rocketmq version as example in readme file (#5146)
d0bd6a6c6 is described below

commit d0bd6a6c6b5c35eaac35820aef8b37f5a02e2e70
Author: kevin_ <xi...@gmail.com>
AuthorDate: Wed Sep 21 09:49:27 2022 +0800

    [ISSUE #5130] Use the latest rocketmq version as example in readme file (#5146)
    
    Co-authored-by: Kevin Xiang <xi...@cohim.com>
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 746eb3167..d2f2cff14 100644
--- a/README.md
+++ b/README.md
@@ -48,20 +48,20 @@ $ java -version
 java version "1.8.0_121"
 ```
 
-For Windows users, click [here](https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip) to download the 4.9.3 RocketMQ binary release,
+For Windows users, click [here](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip) to download the 4.9.4 RocketMQ binary release,
 unpack it to your local disk, such as `D:\rocketmq`.
 For macOS and Linux users, execute following commands:
 ```shell
 # Download release from the Apache mirror
-$ wget https://archive.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip
+$ wget https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip
 
 # Unpack the release
-$ unzip rocketmq-all-4.9.3-bin-release.zip
+$ unzip rocketmq-all-4.9.4-bin-release.zip
 ```
 
 Prepare a terminal and change to the extracted `bin` directory:
 ```shell
-$ cd rocketmq-4.9.3/bin
+$ cd rocketmq-4.9.4/bin
 ```
 
 **1) Start NameServer**