update README

This commit is contained in:
canove
2020-09-24 16:22:57 -03:00
parent 34ad37fb50
commit 8125b36083

View File

@@ -214,7 +214,7 @@ Install pm2 **with sudo**, and start backend with it:
```bash
sudo npm install -g pm2
pm2 start src/app.js --name whaticket-backend
pm2 start dist/server.js --name whaticket-backend
```
Make pm2 auto start afeter reboot: