[ISSUE #6774] Update README.md rocketmq version to 5.1.1 (#6775)

This commit is contained in:
mxsm
2023-05-21 15:45:12 +08:00
committed by GitHub
parent 7c24daf205
commit bd7db7ec62
+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.1.0/rocketmq-all-5.1.0-bin-release.zip) to download the 5.1.0 RocketMQ binary release,
For Windows users, click [here](https://dist.apache.org/repos/dist/release/rocketmq/5.1.1/rocketmq-all-5.1.1-bin-release.zip) to download the 5.1.1 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.1.0/rocketmq-all-5.1.0-bin-release.zip
$ wget https://dist.apache.org/repos/dist/release/rocketmq/5.1.1/rocketmq-all-5.1.1-bin-release.zip
# Unpack the release
$ unzip rocketmq-all-5.1.0-bin-release.zip
$ unzip rocketmq-all-5.1.1-bin-release.zip
```
Prepare a terminal and change to the extracted `bin` directory:
```shell
$ cd rocketmq-all-5.1.0/bin
$ cd rocketmq-all-5.1.1/bin
```
**1) Start NameServer**