From 36ae84eadaa74f0c161acb7b136d2aacad919011 Mon Sep 17 00:00:00 2001 From: TfT_02 Date: Thu, 26 Sep 2013 23:06:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 919a28eae..a81dbd67f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ mcMMO is currently developed by a team of individuals from all over the world. mcMMO uses Maven 3 to manage dependancies, packaging, and shading of necessary classes; Maven 3 is required to compile mcMMO. -The typical command used to build mcMMO is: mvn clean package install +The typical command used to build mcMMO is: `mvn clean package install` Required Libraries: * JUnit