readme: Debian node 16

This commit is contained in:
su-ex 2022-09-03 23:11:51 +02:00
parent dfa7921f9a
commit 30dc3ba5b9
No known key found for this signature in database
GPG Key ID: D743C50C8B61984C

View File

@ -54,7 +54,7 @@ The following are the dependencies required to build SchildiChat Web/Desktop on
``` ```
# apt install vim curl git make gcc g++ python jq libsqlcipher-dev pkg-config libsecret-1-dev libarchive-tools openssl libssl-dev tcl # apt install vim curl git make gcc g++ python jq libsqlcipher-dev pkg-config libsecret-1-dev libarchive-tools openssl libssl-dev tcl
# curl -sL https://deb.nodesource.com/setup_14.x | bash - # curl -sL https://deb.nodesource.com/setup_16.x | bash -
# apt update # apt update
# apt install nodejs # apt install nodejs