diff options
author | David Mehren | 2021-04-25 20:10:46 +0200 |
---|---|---|
committer | GitHub | 2021-04-25 20:10:46 +0200 |
commit | c8e2117452c905a75c4644e4e2c2dea95aaa8f81 (patch) | |
tree | 8f70b9b4efba9279f7289ab3024243567c0ef298 /docs | |
parent | dcf72148cebd817399fc0e6067709281fdf2dac9 (diff) | |
parent | d52a43e81110126e900fbeb46f2255c1375520ce (diff) |
Merge pull request #1167 from hedgedoc/maintenance/master/remove_node_10
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/setup/manual-setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/setup/manual-setup.md b/docs/content/setup/manual-setup.md index acc739ca..64ad57c5 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 10.13 or higher + - Node.js 12 or higher - Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) 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 <DBNAME> character set utf8 collate utf8_bin;` |