This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new fb4f727  fix: update README.md error command (#103)
fb4f727 is described below

commit fb4f727162e59fc617d072d3ed44006cb7a5766f
Author: cxhello <[email protected]>
AuthorDate: Thu Sep 12 10:30:28 2024 +0800

    fix: update README.md error command (#103)
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 1c97ce3..b9f78a0 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ After executing the above shell script, (e.g.  sh stage.sh 
4.5.0), it will gener
 Run: 
 
 ```
-cd stages/4.5.0 
+cd stages/4.5.0/templates 
 
 ./play-docker.sh alpine
 
@@ -65,7 +65,7 @@ cd stages/4.5.0
 Run:
 
 ```
-cd stages/4.5.0 
+cd stages/4.5.0/templates 
 
 ./play-docker-compose.sh
 
@@ -77,7 +77,7 @@ cd stages/4.5.0
 Run:
 
 ```
-cd stages/4.5.0 
+cd stages/4.5.0/templates 
 
 ./play-kubernetes.sh
 
@@ -88,7 +88,7 @@ cd stages/4.5.0
 Run: (Note: This feature needs RMQ version is 4.4.0 or above)
 
 ```
-cd stages/4.5.0 
+cd stages/4.5.0/templates 
 
 ./play-docker-dledger.sh
 
@@ -101,7 +101,7 @@ Run:  (It will startup nameserver and broker with SSL 
enabled style. The client
 You can see detailed TLS config instruction from 
[here](templates/ssl/README.md) 
 
 ```
-cd stages/4.5.0 
+cd stages/4.5.0/templates 
 
 ./play-docker-tls.sh
 

Reply via email to