mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 14:13:56 +01:00
Added compile instructions in README.md
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
6be6029035
commit
846d1800c5
2 changed files with 16 additions and 0 deletions
3
paper-server/.gitignore
vendored
3
paper-server/.gitignore
vendored
|
@ -6,6 +6,9 @@
|
||||||
# netbeans
|
# netbeans
|
||||||
/nbproject
|
/nbproject
|
||||||
|
|
||||||
|
# we use maven!
|
||||||
|
/build.xml
|
||||||
|
|
||||||
# maven
|
# maven
|
||||||
/target
|
/target
|
||||||
|
|
||||||
|
|
13
paper-server/README.md
Normal file
13
paper-server/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…
Reference in a new issue