We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1aa32f commit 23dbfa1Copy full SHA for 23dbfa1
README.md
@@ -66,7 +66,7 @@ mvn install -P prod,op,standalone
66
This will package the transpiled HTML, CSS, and JavaScript resources into a Quarkus-based HTTP server. To start it, run
67
68
```shell
69
-java -jar op/standalone/target/quarkus-app/quarkus-run.jar
+java -jar op/standalone/target/hal-op-standalone-0.2.1.jar
70
```
71
72
and open a browser at http://localhost:9090.
0 commit comments