Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 28, 2024
1 parent 0dfea28 commit 0351c1a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ Different Git branches contain demo code for different versions of Bootique:
* [2.x](https://github.com/bootique-examples/bootique-rest-demo/tree/2.x)
* [1.x](https://github.com/bootique-examples/bootique-rest-demo/tree/1.x)

To build and run the demo, ensure you have Java 11 or newer and then follow these steps:
## Prerequisites

To build and run the demo, ensure you have the following installed on your machine:

* Java 11 or newer
* Maven

and then follow these steps:

## Checkout
```
Expand Down

0 comments on commit 0351c1a

Please sign in to comment.