Add little more details in README.md in the build section

This commit is contained in:
Flowsqy 2021-12-29 00:06:17 +01:00
parent 41a5206e69
commit 2fda9bbf8d
1 changed files with 2 additions and 1 deletions

View File

@ -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