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;`