diff --git a/LocalRunGuide.md b/LocalRunGuide.md index cc55f423..a83847db 100644 --- a/LocalRunGuide.md +++ b/LocalRunGuide.md @@ -127,7 +127,7 @@ java -jar build/libs/app.jar Remember to set the necessary environment variables before running the project if you want to customize the application the list can be seen in the main readme. -You can do this in the terminal by using the `export` command or -D arguements: +You can do this in the terminal by using the `export` command or -D arguements to java -jar command: ```bash export APP_HOME_NAME="Stirling PDF" diff --git a/README.md b/README.md index c057a55b..799b7506 100644 --- a/README.md +++ b/README.md @@ -57,15 +57,7 @@ Hosted instance/demo of the app can be seen [here](https://pdf.adminforge.de/) h ## How to use ### Locally - -Prerequisites -- Java 17 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` or by calling the build jar in build/libs with java -jar jarName.jar - +Please view https://github.com/Frooodle/Stirling-PDF/blob/main/LocalRunGuide.md ### Docker https://hub.docker.com/r/frooodle/s-pdf