Jaime Ramirez
2020-10-14 d78b6f9baf4dc9b9f3e7bbaa2cd0484712ff0891
improved readme
1 files modified
4 ■■■■ changed files
school-library/README.md 4 ●●●● patch | view | raw | blame | history
school-library/README.md
@@ -37,12 +37,12 @@
## Creating a native executable
You can create a native executable using:
You can create a native executable using:
```shell script
./mvnw package -Pnative
```
Or, if you don't have GraalVM installed, you can run the native executable build in a container using:
Or, if you don't have GraalVM installed, you can run the native executable build in a container using:
```shell script
./mvnw package -Pnative -Dquarkus.native.container-build=true
```