This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new c1fe534 Update README.md
c1fe534 is described below
commit c1fe534ff029569791e807f7817443ebd61d788b
Author: min <[email protected]>
AuthorDate: Fri Jan 4 11:37:23 2019 +0800
Update README.md
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 81191f6..9ed9950 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,10 @@
3. Build
> - `mvn clean package`
-4. Start `mvn --projects dubbo-admin-backend spring-boot:run`
+4. Start
+ * `mvn --projects dubbo-admin-backend spring-boot:run`
+ OR
+ * `cd dubbo-admin-backend/target`; `java -jar
dubbo-admin-backend-0.0.1-SNAPSHOT.jar`
5. Visit `http://localhost:8080`
---