chore: update README

This commit is contained in:
canove
2021-07-10 08:57:18 -03:00
parent 2c6c6142b2
commit 50434ea31b

View File

@@ -6,6 +6,8 @@
# WhaTicket
**NOTE**: The new version of whatsapp-web.js required Node 14. Upgrade your installations to keep using it.
A _very simple_ Ticket System based on WhatsApp messages.
Backend uses [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js) to receive and send WhatsApp messages, create tickets from them and store all in a MySQL database.
@@ -147,7 +149,7 @@ sudo apt update && sudo apt upgrade
Install node and confirm node command is available:
```bash
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
node -v
npm -v