You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2020/08/06 02:56:15 UTC

[rocketmq-site] branch master updated: Fix cmd in quick start guide for Windows (#76)

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e1ec34  Fix cmd in quick start guide for Windows (#76)
3e1ec34 is described below

commit 3e1ec34ddeaac76eebe1e75628072479a6439939
Author: Jack Tsai <ja...@outlook.com>
AuthorDate: Thu Aug 6 10:56:08 2020 +0800

    Fix cmd in quick start guide for Windows (#76)
---
 _docs/01-quick-start-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md
index 9964121..a0c95e8 100644
--- a/_docs/01-quick-start-guide.md
+++ b/_docs/01-quick-start-guide.md
@@ -131,7 +131,7 @@ Open new powershell window, after set the correct environment variable. then cha
 Open new powershell window, after set the correct environment variable. then change directory to rocketmq type and run:
 
 ```bash
-.\bin\tool.cmd  org.apache.rocketmq.example.quickstart.Producer
+.\bin\tools.cmd  org.apache.rocketmq.example.quickstart.Producer
 ```
 ### Receive Messages
 
@@ -141,7 +141,7 @@ Open new powershell window, after set the correct environment variable. then cha
 
 
 ```bash
-.\bin\tool.cmd  org.apache.rocketmq.example.quickstart.Consumer
+.\bin\tools.cmd  org.apache.rocketmq.example.quickstart.Consumer
 ```
 
 ## Shutdown Servers