From c781b364d87da4f24e6d1ad2a850dc985dabbbfe Mon Sep 17 00:00:00 2001 From: observer Date: Thu, 30 Jan 2025 20:17:59 +0000 Subject: [PATCH] better instructions --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3e4986a..6f18e66 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,23 @@ ### Requirements: - Java 21 -- Maven 3.8.8 or lower -- GraalVM 21 +- Maven ### Instructions: +This will automatically fetch dependencies and run the project: + +```shell +./mvnw javafx:run +``` + + +#### Native Image: + +##### Requirements: +- GraalVM +- Maven 3.8.8 + Create the maven wrapper at version 3.8.8. GluonFX does not work with newer versions as of 2024-07-27. ```shell @@ -26,9 +38,3 @@ Install dependencies, build and run: ``` A native binary should be placed at `target/gluonfx//libremines` - -Alternatively, to run using the JVM, use: - -```shell -./mvnw javafx:run -```