We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b145c7 commit 1df4a21Copy full SHA for 1df4a21
README.md
@@ -162,6 +162,14 @@ The consumer will print out `Hello world` on the screen.
162
* [Dubbo developer guide](http://dubbo.apache.org/en-us/docs/dev/build.html) - How to involve in Dubbo development.
163
* [Dubbo admin manual](http://dubbo.apache.org/en-us/docs/admin/install/provider-demo.html) - How to admin and manage Dubbo services.
164
165
+## Building
166
+
167
+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)
168
169
+```
170
+ mvn clean install
171
172
173
## Contact
174
175
* Mailing list:
0 commit comments