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