Add build instructions to README; Fix double-slash

This commit is contained in:
Rusty Burchfield 2011-12-25 17:43:30 -08:00 committed by Eric Stokes
parent 29ddb5e5c1
commit 408c09541a
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,16 @@
Building
========
Update the submodules after you clone and before you build with maven.
```
$ git submodule update --init --recursive
$ mvn install
```
More details are available on the [build instructions wiki page](https://github.com/Multiverse/Multiverse-Core/wiki/Building).
License
=======
Copyright (c) 2011, The Multiverse Team All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View File

@ -14,7 +14,7 @@
<repositories>
<repository>
<id>onarandombox</id>
<url>http://repo.onarandombox.com/content/groups/public/</url>
<url>http://repo.onarandombox.com/content/groups/public</url>
</repository>
</repositories>