Skip to content

Commit fc00bbe

Browse files
committed
Docs
1 parent 1c3bc91 commit fc00bbe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ $ curl http://localhost:8123/status
4242

4343
# Notes
4444

45-
You can also build, test, and package the Java application locally (without Docker)
45+
You can also build, test, package, and run the Java application locally (without Docker)
4646
if you have JDK 8+ and Maven installed.
4747

4848
```shell
49+
# Build, test, package the application
4950
$ mvn package
51+
52+
# Run the application
53+
$ java -jar target/app.jar
5054
```

0 commit comments

Comments
 (0)