Update README.md

Clarified the build instructions.
This commit is contained in:
Deklan Dieterly 2014-06-11 13:25:22 -06:00
parent 64656670d8
commit 17f40c2803
1 changed files with 3 additions and 2 deletions

View File

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