From 205e263255234943296aee00112141350c1f1ac8 Mon Sep 17 00:00:00 2001 From: P0nk Date: Tue, 16 Jul 2024 20:16:26 +0200 Subject: [PATCH] Specify required Java version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61394d1710..694e61431d 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ You will start by installing the database server and client, and then run some s You will start by cloning the repository, then configure the database properties and lastly start the server. #### Prerequisites -* Java 21+ (I recommend [Amazon Corretto](https://aws.amazon.com/corretto)) +* Java 21 (I recommend [Amazon Corretto](https://aws.amazon.com/corretto)) * IDE (I recommend [IntelliJ IDEA](https://www.jetbrains.com/idea/)) #### Steps