From 7b3b6ad7ac5655e6306acff7eacde6c1168a772c Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sun, 28 May 2023 20:43:21 +0200 Subject: [PATCH] Update supported node versions in docs Signed-off-by: David Mehren --- docs/content/setup/manual-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/setup/manual-setup.md b/docs/content/setup/manual-setup.md index 1e0c9d97a..ee6ff379d 100644 --- a/docs/content/setup/manual-setup.md +++ b/docs/content/setup/manual-setup.md @@ -1,8 +1,8 @@ # Manual Installation !!! info "Requirements on your server" - - Node.js 16 - Newer versions are NOT supported. We recommend to run HedgeDoc with the latest release of Node 16. + - Node.js 16 or later + We recommend to run HedgeDoc with the latest LTS release of Node.js. - Database (PostgreSQL, MySQL, MariaDB, SQLite) The database must use charset `utf8`. This is typically the default in PostgreSQL and SQLite. In MySQL and MariaDB UTF-8 might need to be set with `alter database character set utf8 collate utf8_bin;`