Added compile instructions in README.md

This commit is contained in:
Erik Broes 2011-01-03 19:32:42 +01:00
parent db31429871
commit b72dad0a61
2 changed files with 16 additions and 0 deletions

3
.gitignore vendored
View File

@ -6,6 +6,9 @@
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target

13
README.md Normal file
View 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`