You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gu...@apache.org on 2019/11/27 12:58:02 UTC

[pulsar-manager] branch master updated: Fix README.md display problems (#223)

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

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f59088  Fix README.md display problems (#223)
4f59088 is described below

commit 4f59088d02a9b72b4a8cbacb5f61b2cdc486153f
Author: 冉小龙 <ra...@gmail.com>
AuthorDate: Wed Nov 27 20:57:55 2019 +0800

    Fix README.md display problems (#223)
    
    Signed-off-by: xiaolong.ran <ra...@gmail.com>
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5de1b73..e7a8bc3 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ The pulsar-manager can monitor topics and subscriptions.
         This is an example:
         
         ```
-	docker pull apachepulsar/pulsar-manager:v0.1.0
+	    docker pull apachepulsar/pulsar-manager:v0.1.0
         docker run -it -p 9527:9527 -e REDIRECT_HOST=http://192.168.0.104 -e REDIRECT_PORT=9527 -e DRIVER_CLASS_NAME=org.postgresql.Driver -e URL='jdbc:postgresql://127.0.0.1:5432/pulsar_manager' -e USERNAME=pulsar -e PASSWORD=pulsar -e LOG_LEVEL=DEBUG -v $PWD:/data apachepulsar/pulsar-manager:v0.1.0 /bin/sh
         ```
 
@@ -121,6 +121,7 @@ The pulsar-manager can monitor topics and subscriptions.
         ```
 
         (2) Build and start the backend.
+        
         ```
         cd pulsar-manager
         ./gradlew build -x test