Skip to content

Commit 21d5703

Browse files
authored
docs: minor improvement to README
Just showed how to use jpm to build jpm
1 parent 0b731d4 commit 21d5703

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,11 @@ To build the project simply run:
272272
```shell
273273
./mvnw spotless:apply clean install
274274
```
275+
276+
Of course, once you've got `jpm` installed you can do:
277+
278+
```shell
279+
jpm clean build
280+
jpm test
281+
jpm run
282+
```

0 commit comments

Comments
 (0)