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 2018/09/02 14:43:40 UTC

[GitHub] beiwei30 closed pull request #99: Improve README.md

beiwei30 closed pull request #99: Improve README.md
URL: https://github.com/apache/incubator-dubbo-ops/pull/99
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index e81a20c..cdbdd27 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-### dubbo-ops
+# dubbo-ops
+
 [![Build Status](https://travis-ci.org/apache/incubator-dubbo-ops.svg?branch=master)](https://travis-ci.org/apache/incubator-dubbo-ops) 
 [![Gitter](https://badges.gitter.im/alibaba/dubbo.svg)](https://gitter.im/alibaba/dubbo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 
@@ -8,28 +9,27 @@ The following modules in [Apache Dubbo(incubating)](https://github.com/apache/in
 * dubbo-monitor-simple
 * dubbo-registry-simple
 
+## How to use it
 
-### How to use it
-You can get a release of dubbo monitor in two steps:
+### dubbo admin
+
+Dubbo admin is a spring boot application, you can start it with fat jar or in IDE directly.
+
+### dubbo monitor and dubbo registry
 
-#### dubbo admin
-dubbo admin is a spring boot application, you can start it with fat jar or in IDE directly
+You can get a release of dubbo monitor in two steps:
 
-#### dubbo monitor and dubbo registry
-- Step 1:
+* Step 1:
 ```
 git clone https://github.com/apache/incubator-dubbo-ops
 ```
 
-- Step 2:
+* Step 2:
 ```
 cd incubator-dubbo-ops && mvn package
 ```
 
 Then you will find:
 
-  * dubbo-monitor-simple-2.0.0-assembly.tar.gz in incubator-dubbo-ops\dubbo-monitor-simple\target directory. Unzip it you will find the shell scripts for starting or stopping monitor.
-  * dubbo-registry-simple-2.0.0-assembly.tar.gz in incubator-dubbo-ops\dubbo-registry-simple\target directory. Unzip it you will find the shell scripts for starting or stopping registry.
-
-
-
+* dubbo-monitor-simple-2.0.0-assembly.tar.gz in incubator-dubbo-ops\dubbo-monitor-simple\target directory. Unzip it you will find the shell scripts for starting or stopping monitor.
+* dubbo-registry-simple-2.0.0-assembly.tar.gz in incubator-dubbo-ops\dubbo-registry-simple\target directory. Unzip it you will find the shell scripts for starting or stopping registry.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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