From e7bdb7fabcbcf006e1e632cf15656d8ff47ba893 Mon Sep 17 00:00:00 2001 From: md678685 Date: Tue, 1 Jan 2019 15:42:45 +0000 Subject: [PATCH] Improve the wording of the README's "Building" section --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e492e3bae..005064ec9 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,14 @@ Building -------- EssentialsX builds against the Spigot/CraftBukkit server software for legacy support. + To compile EssentialsX, you first need to run [BuildTools](https://www.spigotmc.org/wiki/buildtools). -This can be done using the provided script at `scripts/buildtools.sh` which downloads and runs BuildTools automatically, or you can manually install the required versions with the following commands: +This only needs to be done once. There are two ways to do this: -``` -java -jar BuildTools.jar --rev 1.8 -java -jar BuildTools.jar --rev 1.8.3 -``` +* Use the provided script at `scripts/buildtools.sh` to automatically download and run BuildTools if needed. +* Download and run BuildTools yourself for versions `1.8` and `1.8.3`. -Then, to build with Maven, run the following command: +Next, to build EssentialsX with Maven, run the following command: ``` mvn clean install ```