diff options
author | Zach Brown <[email protected]> | 2014-11-29 15:12:04 -0600 |
---|---|---|
committer | Zach Brown <[email protected]> | 2014-11-29 15:12:04 -0600 |
commit | 6d9b7283f4e2b60f006e1bfb77be8965df7eb937 (patch) | |
tree | 4601f17b91497ee5622f54bc4ed868f6ab407f2e /README.md | |
parent | 169193fee6a0449949df4f6f8dda63b44522b7db (diff) | |
download | Paper-6d9b7283f4e2b60f006e1bfb77be8965df7eb937.tar.gz Paper-6d9b7283f4e2b60f006e1bfb77be8965df7eb937.zip |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -5,15 +5,22 @@ High performance Spigot fork that aims to fix gameplay and mechanics inconsisten [IRC Support and Project Discussion](http://irc.spi.gt/iris/?channels=PaperSpigot) -[Compiled Builds](http://ci.destroystokyo.com/job/PaperSpigot) -[Documentation and wiki](https://github.com/PaperSpigot/PaperSpigot/wiki) +How To +------ +Download a copy of PaperTools.jar from our buildserver here: +https://hub.spigotmc.org/stash/projects/PAPER/repos/papertools/browse +Place PaperTools.jar into an empty directory and run it with `java -jar PaperTools.jar` from Git-Bash/Bash -How To ------------ +It requires you have git installed on your local system as well as JDK 7 or above. + + +How To (Advanced & Legacy Users) +--------------------------------- -Init the submodules : `git submodule update --init` +After running the PaperTools jar, you can compile at any time. A brief overview is provided below. +For more novice users, we recommend you avoid these steps and stick to the PaperTools.jar build tool. Apply Patches : `./applyPatches.sh` |