From 0351c1a0b64f202da6e8528a44d5871a322cf2e6 Mon Sep 17 00:00:00 2001 From: Andrus Adamchik Date: Sun, 28 Apr 2024 10:21:03 -0400 Subject: [PATCH] docs --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7825e1b..560219f 100644 --- a/README.md +++ b/README.md @@ -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 ```