Updated README.md

This commit is contained in:
Konrad Neitzel 2022-11-08 14:14:27 +01:00
parent ea04fc19fb
commit 0c44e51682

View File

@ -11,9 +11,9 @@ This project includes:
- Creation of native binary (GraalVM)
Create native executable with GraalVM use one of these:
mvnw -PGraalVM package
mvnw -DGraalVM package
- ./mvnw -PGraalVM package
- ./mvnw -DGraalVM package
Create image (JLink and JPackage):
mvnw -PImage package
mvnw -DImage package
- ./mvnw -PImage package
- ./mvnw -DImage package