Skip to content

Commit

Permalink
[ISSUE #6982] Update the version in the README.md document to 5.1.3 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Jul 3, 2023
1 parent 79967c0 commit f07f93b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1/rocketmq-all-5.1.1-bin-release.zip) to download the 5.1.1 RocketMQ binary release,
For Windows users, click [here](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-bin-release.zip) to download the 5.1.3 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.1/rocketmq-all-5.1.1-bin-release.zip
$ wget https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-bin-release.zip

# Unpack the release
$ unzip rocketmq-all-5.1.1-bin-release.zip
$ unzip rocketmq-all-5.1.3-bin-release.zip
```

Prepare a terminal and change to the extracted `bin` directory:
```shell
$ cd rocketmq-all-5.1.1/bin
$ cd rocketmq-all-5.1.3/bin
```

**1) Start NameServer**
Expand Down

0 comments on commit f07f93b

Please sign in to comment.