You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2022/06/27 07:59:47 UTC

[rocketmq-site] branch master updated: change to new dir for source

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3d7e28c8 change to new dir for source
     new 88d43fe2 Merge pull request #138 from hill007299/master
3d7e28c8 is described below

commit 3d7e28c88953efffd42b67a566e1557f44b6ac4c
Author: hill <lo...@B-51VZMD6M-0320.local>
AuthorDate: Mon Jun 27 15:54:07 2022 +0800

    change to new dir for source
---
 _docs/01-quick-start-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md
index 34abc969..fcad755c 100644
--- a/_docs/01-quick-start-guide.md
+++ b/_docs/01-quick-start-guide.md
@@ -30,7 +30,7 @@ Now execute the following commands to unpack 4.9.4 source release and build the
 
 ```shell
   > unzip rocketmq-all-4.9.4-source-release.zip
-  > cd rocketmq-all-4.9.4/
+  > cd rocketmq-all-4.9.4-source-release/
   > mvn -Prelease-all -DskipTests clean install -U
   > cd distribution/target/rocketmq-4.9.4/rocketmq-4.9.4
 ```