This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/master by this push:
new 1df4a21 Add building instruction to README (#3782)
1df4a21 is described below
commit 1df4a21d315421f0f9f101a6bfd6ab8811853e74
Author: Huxing Zhang <[email protected]>
AuthorDate: Mon Apr 1 14:21:41 2019 +0800
Add building instruction to README (#3782)
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 3f19e54..171483f 100644
--- a/README.md
+++ b/README.md
@@ -162,6 +162,14 @@ The consumer will print out `Hello world` on the screen.
* [Dubbo developer guide](http://dubbo.apache.org/en-us/docs/dev/build.html) -
How to involve in Dubbo development.
* [Dubbo admin
manual](http://dubbo.apache.org/en-us/docs/admin/install/provider-demo.html) -
How to admin and manage Dubbo services.
+## Building
+
+If you want to try out the cutting-edge features, you can built with the
following commands. (Java 1.8 is required to build the master branch)
+
+```
+ mvn clean install
+```
+
## Contact
* Mailing list: