diff --git a/README.md b/README.md index 1983a68..dab514d 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,6 @@ protection. ## Getting Started -### Prerequisites - -- Java 21 or higher -- Maven -- SQLite - ### Installation **Installation with Docker** @@ -67,6 +61,11 @@ docker run -d -p 8080:8080 \ **Installation without Docker** +Prerequisites +- Java 21 or higher +- Maven +- SQLite + 1. Clone the repository: ```