mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +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
|
||||
/nbproject
|
||||
|
||||
# we use maven!
|
||||
/build.xml
|
||||
|
||||
# maven
|
||||
/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