From 2fda9bbf8de4bcfda5b77d5dd2ea72a992f54c85 Mon Sep 17 00:00:00 2001 From: Flowsqy <47575244+Flowsqy@users.noreply.github.com> Date: Wed, 29 Dec 2021 00:06:17 +0100 Subject: [PATCH] Add little more details in README.md in the build section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f23176..f54176e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ To use the API, you need to add the following repository and dependency in your You can find the javadoc here: https://epicericee.github.io/ShopChest/javadoc/ ## Build -Clone this repository and use ``sh lib/install_local_depedencies.sh`` to import local dependencies. Use ``mvn clean package`` or ``mvn clean install``. +Clone this repository and use ``sh lib/install_local_depedencies.sh`` to import local dependencies. +After importation, use ``mvn clean package`` or ``mvn clean install`` to build the project. After the build succeeded, the ShopChest.jar is found in the ``/plugin/target/`` folder. ## Issues