PaperMC/paper-api/README.md
Bukkit/Spigot bca9ab9c27 Add link to CONTRIBUTING.md in README
By: EvilSeph <evilseph@gmail.com>
2013-03-18 22:31:42 -04:00

16 lines
438 B
Markdown

Bukkit
======
A Minecraft Server API.
Website: [http://bukkit.org](http://bukkit.org)
Bugs/Suggestions: [http://leaky.bukkit.org](http://leaky.bukkit.org)
Contributing Guidelines: [CONTRIBUTING.md](https://github.com/Bukkit/Bukkit/blob/master/CONTRIBUTING.md)
Compilation
-----------
We use maven to handle our dependencies.
* Install [Maven 3](http://maven.apache.org/download.html)
* Check out this repo and: `mvn clean install`