Updated build instructions in README (goodbye, submodules!)

This commit is contained in:
main() 2012-02-02 17:25:53 +01:00
parent 443d62580b
commit 5d1532e811
1 changed files with 2 additions and 5 deletions

View File

@ -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).