From f99e273ad4e7b55488035d67ae3d9eb2138e0a77 Mon Sep 17 00:00:00 2001 From: yx9o Date: Thu, 20 Mar 2025 22:32:13 +0800 Subject: [PATCH] [ISSUE #9266] Updated the Quick Start version in README to the latest version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f73a9755d06..1c82b34f92d 100644 --- a/README.md +++ b/README.md @@ -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**