docs: README about fully supporting node 16

This commit is contained in:
Bobby 2022-03-09 07:05:40 +07:00
parent 8aa12ea6a8
commit 71725615bc
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -18,7 +18,7 @@ Configuration file of lolisafe v3 (`config.js`) is also NOT fully compatible wit
## Running in production mode ## Running in production mode
1. Ensure you have at least Node v12.13.0 installed (fully compatible up to Node v14.x LTS, untested with v15~v17). 1. Ensure you have at least Node v12.13.0 installed (fully compatible up to Node v16.x LTS, untested with v17 or later).
2. Clone this repo. 2. Clone this repo.
3. Copy `config.sample.js` as `config.js`. 3. Copy `config.sample.js` as `config.js`.
4. Modify port, domain and privacy options if desired. 4. Modify port, domain and privacy options if desired.