From ece1bb8d56968c9fb381e2b49e861a685e3f9b8b Mon Sep 17 00:00:00 2001 From: David Mehren Date: Thu, 2 Dec 2021 22:31:31 +0100 Subject: [PATCH] Update Node requirements in manual setup guide Signed-off-by: David Mehren --- docs/content/setup/manual-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/setup/manual-setup.md b/docs/content/setup/manual-setup.md index aa04a2b5f..6302e9e33 100644 --- a/docs/content/setup/manual-setup.md +++ b/docs/content/setup/manual-setup.md @@ -1,7 +1,7 @@ # Manual Installation !!! info "Requirements on your server" - - Node.js 12 or higher + - Node.js `>= 12.20.0`, `>= 14.13.1` or `>= 16`. We recommend you run HedgeDoc with the latest release of Node 16. - 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;`