Update README.md

Fix guidelines
This commit is contained in:
2026-06-26 16:05:51 -04:00
parent 932c40f095
commit 750464e543

View File

@@ -31,6 +31,13 @@ Edit env.example and update the following environment variables:
Copy env.example to a .env for Node to use your configuration.
Install dependencies & run:
```
npm install
npm start
```
## Reccommendations
It is NOT ADVISED to use the root user for the database when running this bot. Create a minimum-permissions service user instead.