From c1f9ac003a69d953a462f98e1630eaff24c653e0 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sun, 3 Apr 2016 04:51:14 -0500 Subject: [PATCH] lazy-update docs --- CONTRIBUTING.md | 2 ++ README.md | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 372f74cba..afe1f76e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ Contributing to Paper ========================== PaperMC has a very lenient policy towards PRs, but would prefer that you try and adhere to the following guidelines. +# All of this needs to be re-done for the new build system + ## Understanding Patches Patches to Paper are very simple, but center around the directories 'Paper-API' and 'Paper-Server' diff --git a/README.md b/README.md index 98e8b6211..f24db2b89 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,7 @@ How To (Compiling Jar From Source) ------ To compile Paper, you need JDK 8, maven, and an internet connection. -Clone this repo, run `./build.sh --jar` from *bash*, get files. - -Leave off --jar if you only wish to resync your checkout and not create a paperclip jar file just yet. +Clone this repo, run `./paper jar` from *bash*, get files. How To (Pull Request) ------