Setup - GardeningTool/Quar GitHub Wiki
Setup
To implement Quar into your project please read the following. Do not forget to shade it!
Want to build yourself?
Make sure you have these installed:
- Maven
- Git
- Java
After you are ready lets get to business:
- Clone the repository by running.
git clone https://github.com/GardeningTool/Quar.git
- To build run the following on the directory of the project.
mvn clean install