Skip to content

Commit 1df4a21

Browse files
ralf0131chickenlj
authored andcommitted
Add building instruction to README (#3782)
1 parent 3b145c7 commit 1df4a21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ The consumer will print out `Hello world` on the screen.
162162
* [Dubbo developer guide](http://dubbo.apache.org/en-us/docs/dev/build.html) - How to involve in Dubbo development.
163163
* [Dubbo admin manual](http://dubbo.apache.org/en-us/docs/admin/install/provider-demo.html) - How to admin and manage Dubbo services.
164164

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+
165173
## Contact
166174

167175
* Mailing list:

0 commit comments

Comments
 (0)