From 14238bcf2c18305e7945495c4dc8dc8be9591baf Mon Sep 17 00:00:00 2001 From: Rostislav <47450671+RoastSlav@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:07:17 +0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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: ```