From 17f40c28033f06032d8e84c725be1ea543453279 Mon Sep 17 00:00:00 2001 From: Deklan Dieterly Date: Wed, 11 Jun 2014 13:25:22 -0600 Subject: [PATCH] Update README.md Clarified the build instructions. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7238ffa2a..2ac0ffb48 100644 --- a/README.md +++ b/README.md @@ -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