Update README.md

Move build instructions to mon-common module.
This commit is contained in:
Deklan Dieterly 2014-06-11 14:08:13 -06:00
parent 17f40c2803
commit 9160e13ba9

View File

@ -4,10 +4,9 @@
## Build
Requires mon-common from https://github.com/hpcloud-mon/mon-common. Download and do mvn install from within the java directory.
Requires mon-common from https://github.com/hpcloud-mon/mon-common. Download and do mvn install
```
cd java
mvn clean install
```