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) - Creation of native binary (GraalVM)
Create native executable with GraalVM use one of these: Create native executable with GraalVM use one of these:
mvnw -PGraalVM package - ./mvnw -PGraalVM package
mvnw -DGraalVM package - ./mvnw -DGraalVM package
Create image (JLink and JPackage): Create image (JLink and JPackage):
mvnw -PImage package - ./mvnw -PImage package
mvnw -DImage package - ./mvnw -DImage package