Skip to content

Commit

Permalink
Add source indicators to code blocks, switch to adoc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Jun 24, 2024
1 parent e246015 commit 1c762f3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/src/main/asciidoc/command-mode-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,17 @@ To run the command mode application on the JVM, first build it using `mvnw packa

Then launch it:

```
[source,shell]
----
java -jar target/quarkus-app/quarkus-run.jar
```
----

You can also build a native application with `mvnw package -Dnative`, and launch it with something like:

```
[source,shell]
----
./target/getting-started-command-mode-1.0-SNAPSHOT-runner
```
----

=== Development Mode

Expand Down

0 comments on commit 1c762f3

Please sign in to comment.