Commit f0be26c5 authored by Nikos Psaromanolakis's avatar Nikos Psaromanolakis
Browse files

Edit README.md

parent b984beb2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# io.maestro.sonata.oss.client
# org.etsi.osl.hypo.clients.oss

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.oss.client-1.0.0-SNAPSHOT-runner`
You can then execute your native executable with: `./target/org.etsi.osl.hypo.clients.oss-1.0.0-SNAPSHOT-runner`

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