From 0c44e51682f910b9225b652cdaffd2fa348f6bea Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Tue, 8 Nov 2022 14:14:27 +0100 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7347e4c..4a1a595 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- ./mvnw -PImage package +- ./mvnw -DImage package \ No newline at end of file