Added compile instructions in README.md
This commit is contained in:
parent
db31429871
commit
b72dad0a61
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,9 @@
|
|||||||
# netbeans
|
# netbeans
|
||||||
/nbproject
|
/nbproject
|
||||||
|
|
||||||
|
# we use maven!
|
||||||
|
/build.xml
|
||||||
|
|
||||||
# maven
|
# maven
|
||||||
/target
|
/target
|
||||||
|
|
||||||
|
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
CraftBukkit
|
||||||
|
===========
|
||||||
|
|
||||||
|
A Bukkit (Minecraft Server API) implementation
|
||||||
|
|
||||||
|
Compilation
|
||||||
|
-----------
|
||||||
|
|
||||||
|
We use maven to handle our dependencies.
|
||||||
|
|
||||||
|
* Install [Maven 3](http://maven.apache.org/download.html)
|
||||||
|
* Check out and install [Bukkit](http://github.com/Bukkit/Bukkit)
|
||||||
|
* Check out this repo and: `mvn clean package`
|
Loading…
x
Reference in New Issue
Block a user