From 41a710854e27cada8fe40fbde443e66569ad8830 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Fri, 18 Nov 2022 20:59:14 +0100 Subject: [PATCH] docs: update install guide to node 18 Node.js 18 is not technically required yet but it makes sense to already recommend the newer version for new installs. Ref: https://akkoma.dev/FoundKeyGang/FoundKey/issues/238 --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 37e20a83a..6eace805f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -8,7 +8,7 @@ This guide will also assume you're using Debian or a derivative like Ubuntu. If FoundKey requires the following packages to run: ### Dependencies :package: -* **[Node.js](https://nodejs.org/en/)** (16.x/18.x) +* **[Node.js](https://nodejs.org/en/)** (18.x) * **[PostgreSQL](https://www.postgresql.org/)** (12.x minimum; 13.x+ is preferred) * **[Redis](https://redis.io/)** @@ -23,7 +23,7 @@ The following are needed to compile native npm modules: To install the dependiencies on Debian (or derivatives like Ubuntu) you can use the following commands: ```sh -curl -fsSL https://deb.nodesource.com/setup_16.x | bash - +curl -fsSL https://deb.nodesource.com/setup_18.x | bash - apt install build-essential python3 nodejs postgresql redis # Optional dependencies