You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/02 05:12:22 UTC

[GitHub] [dubbo-go-pixiu] AlexStocks commented on a change in pull request #245: Quick Start Document

AlexStocks commented on a change in pull request #245:
URL: https://github.com/apache/dubbo-go-pixiu/pull/245#discussion_r700749991



##########
File path: README.md
##########
@@ -28,56 +28,55 @@ It supports HTTP-to-Dubbo and HTTP-to-HTTP proxy and more protocols will be supp
 
 ## Quick Start
 
-### 1. start provider
-
-#### 1.1 Modify the zookeeper configuration of the following files
+#### 1 cd samples dir
 
 ```
-samples/dubbogo/http/server/profiles/dev/server.yml
+cd samples/dubbo/simple
 ```
 
-#### 1.2 Switch to the root directory of dubbo-go-pixiu to execute
+we can use start.sh to run samples quickly. for more info, execute command as below for more help
 
 ```
-export CONF_PROVIDER_FILE_PATH=$PWD/samples/dubbogo/http/server/profiles/dev/server.yml
-export APP_LOG_CONF_FILE=$PWD/samples/dubbogo/http/server/profiles/dev/log.yml
+./start.sh [action] [project]
+./start.sh help
 ```
-
-#### 1.3 Compile the provider code
+we run body samples below step

Review comment:
       在上下各加一行空行,不要吝啬




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org