This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 8baa51e85e [ISSUE #7091] Update the cd command in README (#7096)
8baa51e85e is described below
commit 8baa51e85e569429293720b2ba7fcaee745abecc
Author: Zack_Aayush <[email protected]>
AuthorDate: Sun Jul 30 09:02:02 2023 +0530
[ISSUE #7091] Update the cd command in README (#7096)
* Update the cd command
* Removed extra space
---------
Co-authored-by: Aayush <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 393ef88e6f..56d253ce1f 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ $ 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.3/bin
+$ cd rocketmq-all-5.1.3-bin-release/bin
```
**1) Start NameServer**