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

liujun pushed a commit to branch refactor-with-go
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/refactor-with-go by this push:
     new 746ac64  update README.md
746ac64 is described below

commit 746ac64c8eaa1413551f3d548ec3d6d6b9365dac
Author: chickenlj <[email protected]>
AuthorDate: Mon Feb 27 16:53:31 2023 +0800

    update README.md
---
 dubbo-admin-server/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dubbo-admin-server/README.md b/dubbo-admin-server/README.md
index d3dd59e..1a3dc1b 100644
--- a/dubbo-admin-server/README.md
+++ b/dubbo-admin-server/README.md
@@ -29,9 +29,11 @@ git clone -b develop 
https://github.com/apache/dubbo-admin.git
 
 ### Go
 Once open this project in GoLand, a pre-configured Admin runnable task can be 
found from "Run Configuration" pop up menu as shown below.
+
 
![image.png](https://intranetproxy.alipay.com/skylark/lark/0/2023/png/54037/1677484872987-5a568293-74f9-4612-86c9-5c7112f3ac70.png#clientId=u4a56b9a9-a507-4&from=paste&height=165&id=ucdc7d17b&name=image.png&originHeight=330&originWidth=672&originalType=binary&ratio=2&rotation=0&showTitle=false&size=115664&status=done&style=none&taskId=u8b7fff84-e1b5-443a-9068-f67902132e5&title=&width=336)
 
 Click the `Run`button and you can get the Admin process started locally. But 
before doing that, you might need to change the configuration file located at 
`dubbo-admin/dubbo-admin-server/pkg/conf/dubboadmin.yml`to make sure 
`registry.address` is pointed to the zookeeper server you started before.
+
 ```yaml
 admin:
   registry:

Reply via email to