From f004f059f62da3f8fe52449f1c02d890021db730 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sat, 25 Jan 2025 14:39:44 +0100 Subject: [PATCH] Added software requirements to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 91e7121..c2b9e62 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ This is the server for the Noxious game. +## Projects requirements + +- NodeJS 20.x or higher +- MySQL 8.x or higher +- Redis 7.x or higher + ## Installation 1. Clone the repository