forked from FoundKeyGang/FoundKey
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:
parent
28aa440bcc
commit
41a710854e
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
FoundKey requires the following packages to run:
|
||||||
|
|
||||||
### Dependencies :package:
|
### 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)
|
* **[PostgreSQL](https://www.postgresql.org/)** (12.x minimum; 13.x+ is preferred)
|
||||||
* **[Redis](https://redis.io/)**
|
* **[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:
|
To install the dependiencies on Debian (or derivatives like Ubuntu) you can use the following commands:
|
||||||
```sh
|
```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
|
apt install build-essential python3 nodejs postgresql redis
|
||||||
|
|
||||||
# Optional dependencies
|
# Optional dependencies
|
||||||
|
|
Loading…
Reference in a new issue