mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 12:05:14 +01:00
Add build instructions to README; Fix double-slash
This commit is contained in:
parent
29ddb5e5c1
commit
408c09541a
13
README.md
13
README.md
@ -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.
|
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:
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
2
pom.xml
2
pom.xml
@ -14,7 +14,7 @@
|
|||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>onarandombox</id>
|
<id>onarandombox</id>
|
||||||
<url>http://repo.onarandombox.com/content/groups/public/</url>
|
<url>http://repo.onarandombox.com/content/groups/public</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user