[ISSUE #9266] Updated the Quick Start version in README to the latest version (#9267)

This commit is contained in:
yx9o
2025-03-22 16:54:43 +08:00
committed by GitHub
parent 34c32d8c80
commit c5cd32a0bc
+4 -4
View File
@@ -49,21 +49,21 @@ $ java -version
java version "1.8.0_121"
```
For Windows users, click [here](https://dist.apache.org/repos/dist/release/rocketmq/5.2.0/rocketmq-all-5.2.0-bin-release.zip) to download the 5.2.0 RocketMQ binary release,
For Windows users, click [here](https://dist.apache.org/repos/dist/release/rocketmq/5.3.2/rocketmq-all-5.3.2-bin-release.zip) to download the 5.3.2 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://dist.apache.org/repos/dist/release/rocketmq/5.2.0/rocketmq-all-5.2.0-bin-release.zip
$ wget https://dist.apache.org/repos/dist/release/rocketmq/5.3.2/rocketmq-all-5.3.2-bin-release.zip
# Unpack the release
$ unzip rocketmq-all-5.2.0-bin-release.zip
$ unzip rocketmq-all-5.3.2-bin-release.zip
```
Prepare a terminal and change to the extracted `bin` directory:
```shell
$ cd rocketmq-all-5.2.0-bin-release/bin
$ cd rocketmq-all-5.3.2-bin-release/bin
```
**1) Start NameServer**