From 9f58f5b13a366dc2498f49a433c4c3cd3c1bf354 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:17:49 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0989dc210..4ca4f2b78 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ I will support and fix/add things to this if there is a demand [Discord](https:/ ## Technologies used - Spring Boot + Thymeleaf - PDFBox +- e-iceblue spire.pdf.free (for PDF compression untill i find a nicer way) - HTML, CSS, JavaScript - Docker @@ -29,11 +30,11 @@ I will support and fix/add things to this if there is a demand [Discord](https:/ Prerequisites - Java 17 or later -- Gradle 6.0 or later +- Gradle 7.0 or later 1. Clone or download the repository. 2. Build the project using Gradle by running `./gradlew build` -3. Start the application by running `./gradlew bootRun` +3. Start the application by running `./gradlew bootRun` or by calling the build jar in build/libs with java -jar jarName.jar ### Docker