From 5d1532e8111980d155291be5114a58485dae9b1c Mon Sep 17 00:00:00 2001 From: "main()" Date: Thu, 2 Feb 2012 17:25:53 +0100 Subject: [PATCH] Updated build instructions in README (goodbye, submodules!) --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1c7b96d..41d090ee 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ Building ======== -Update the submodules after you clone and before you build with maven. +Simply build the source with maven: -``` -$ git submodule update --init --recursive -$ mvn install -``` + $ mvn install More details are available on the [build instructions wiki page](https://github.com/Multiverse/Multiverse-Core/wiki/Building).