Commit 109a6647 authored by Nikos Psaromanolakis's avatar Nikos Psaromanolakis
Browse files

Edit README.md

parent d74d469b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# io.maestro.sonata.core
# org.etsi.osl.hypo.core.sonata

This project uses Quarkus, the Supersonic Subatomic Java Framework.

@@ -43,7 +43,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build
./mvnw package -Dnative -Dquarkus.native.container-build=true
```

You can then execute your native executable with: `./target/io.maestro.sonata.core-1.0.0-SNAPSHOT-runner`
You can then execute your native executable with: `./target/org.etsi.osl.hypo.core.sonata-1.0.0-SNAPSHOT-runner`

If you want to learn more about building native executables, please consult https://quarkus.io/guides/maven-tooling.