deps: Drop support for Node.js < 12.13.0

This commit is contained in:
Richard Hansen 2021-06-14 13:43:42 -04:00 committed by webzwo0i
parent 66ee9c5ef9
commit ef1ba21104
15 changed files with 19 additions and 27 deletions

View file

@ -32,7 +32,7 @@ Etherpad is extremely flexible providing you the means to modify it to solve wha
# Installation
## Requirements
- `nodejs` >= **10.17.0**.
- [Node.js](https://nodejs.org/) >= **12.13.0**.
## GNU/Linux and other UNIX-like systems
@ -46,7 +46,8 @@ src/bin/run.sh
```
### Manual install
You'll need git and [node.js](https://nodejs.org) installed (minimum required Node version: **10.17.0**).
You'll need Git and [Node.js](https://nodejs.org/) installed.
**As any user (we recommend creating a separate user called etherpad):**