Node.js 12 LTS to docs & install script

This commit is contained in:
Bryan Ashby
2019-11-20 19:33:33 -07:00
parent 2b7033a017
commit 0328ad5b80
3 changed files with 3 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ Report your issue on Xibalba BBS, hop in #enigma-bbs on FreeNode and chat, or
[file a issue on GitHub](https://github.com/NuSkooler/enigma-bbs/issues).
# 0.0.10-alpha to 0.0.11-beta
* Node.js 12.x LTS is now in use. Follow standard Node.js upgrade procedures (e.g.: `nvm install 12 && nvm use 12`).
# 0.0.9-alpha to 0.0.10-alpha
* Security related files such as private keys and certs are now looked for in `config/security` by default.