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: FoundKeyGang/FoundKey#238
This commit is contained in:
Johann150 2022-11-18 20:59:14 +01:00
parent 28aa440bcc
commit 41a710854e
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -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