From 6d4685139c1939446b486653cc8dace0d962ee7a Mon Sep 17 00:00:00 2001 From: HF Date: Sat, 9 Mar 2024 13:23:46 +0100 Subject: [PATCH] nodejs version >=18 in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 647a209..bda3b34 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Click or tab: Place Pixel ## Build ### Requirements -- [nodejs environment](https://nodejs.org/en/) (>=16) +- [nodejs environment](https://nodejs.org/en/) (>=18) ### Building Checkout repository @@ -58,7 +58,7 @@ git config --global url.https://github.com/.insteadOf git://github.com/ ## Run ### Requirements -- [nodejs environment](https://nodejs.org/en/) (>=16) +- [nodejs environment](https://nodejs.org/en/) (>=18) - [redis](https://redis.io/) or [redis-for-windows](https://github.com/redis-windows/redis-windows) as database for storìng the canvas - mysql or mariadb ([setup own user](https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql) and [create database](https://www.w3schools.com/SQl/sql_create_db.asp) for pixelplanet) for storing additional data like IP blacklist