aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorZach Brown <[email protected]>2016-01-21 00:12:33 -0600
committerZach Brown <[email protected]>2016-01-21 00:12:33 -0600
commit766c3f3884b58da1b33a7a73ef6a67db8bd7b414 (patch)
tree385b0461c86bccacc071329049884f4ae1593746 /README.md
parentc2bc09af9526d108bfd6f326d9755f4e5d830b77 (diff)
downloadPaper-766c3f3884b58da1b33a7a73ef6a67db8bd7b414.tar.gz
Paper-766c3f3884b58da1b33a7a73ef6a67db8bd7b414.zip
Simplify README.md for normal end-users
Diffstat (limited to 'README.md')
-rw-r--r--README.md50
1 files changed, 1 insertions, 49 deletions
diff --git a/README.md b/README.md
index c396e4ba46..51b0dfab81 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 <file>`
-
-Commit : `git commit -m <msg>`
-
-`cd ..`
-
-Create Patch `./rebuildPatches.sh`
-
-### Create patch for API ###
-
-`cd Paperspigot-API`
-
-Add your file for commit : `git add <file>`
-
-Commit : `git commit -m <msg>`
-
-`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.