From e0cb11b8c6c40fbb1d74d4f0c0f2171a1ee75f00 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Thu, 21 Jan 2016 00:12:33 -0600 Subject: [PATCH] Simplify README.md for normal end-users --- README.md | 50 +------------------------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) diff --git a/README.md b/README.md index c396e4ba4..51b0dfab8 100644 --- a/README.md +++ b/README.md @@ -15,52 +15,4 @@ https://ci.destroystokyo.com/job/PaperSpigot-BuildTools/ Place PaperTools.jar into an empty directory and run it with `java -jar PaperTools.jar` from Git-Bash/Bash -It requires you have git installed on your local system as well as JDK 7 or above. - - - - - - -How To (Advanced & Legacy Users) ---------------------------------- - -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` - -### Create patch for server ### - -`cd PaperSpigot-Server` - -Add your file for commit : `git add ` - -Commit : `git commit -m ` - -`cd ..` - -Create Patch `./rebuildPatches.sh` - -### Create patch for API ### - -`cd Paperspigot-API` - -Add your file for commit : `git add ` - -Commit : `git commit -m ` - -`cd ..` - -Create Patch `./rebuildPatches.sh` - - - - -Compilation ------------ - -We use maven to handle our dependencies. - -* Install [Maven 3](http://maven.apache.org/download.html) -* Clone this repo and: `mvn clean install` +It requires you have git installed on your local system as well as **JDK 8** or above.