Skip to content

Commit c5cd32a

Browse files
authored
[ISSUE #9266] Updated the Quick Start version in README to the latest version (#9267)
1 parent 34c32d8 commit c5cd32a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ $ java -version
4949
java version "1.8.0_121"
5050
```
5151

52-
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,
52+
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,
5353
unpack it to your local disk, such as `D:\rocketmq`.
5454
For macOS and Linux users, execute following commands:
5555

5656
```shell
5757
# Download release from the Apache mirror
58-
$ wget https://dist.apache.org/repos/dist/release/rocketmq/5.2.0/rocketmq-all-5.2.0-bin-release.zip
58+
$ wget https://dist.apache.org/repos/dist/release/rocketmq/5.3.2/rocketmq-all-5.3.2-bin-release.zip
5959

6060
# Unpack the release
61-
$ unzip rocketmq-all-5.2.0-bin-release.zip
61+
$ unzip rocketmq-all-5.3.2-bin-release.zip
6262
```
6363

6464
Prepare a terminal and change to the extracted `bin` directory:
6565
```shell
66-
$ cd rocketmq-all-5.2.0-bin-release/bin
66+
$ cd rocketmq-all-5.3.2-bin-release/bin
6767
```
6868

6969
**1) Start NameServer**

0 commit comments

Comments
 (0)