diff --git a/README.md b/README.md index a77d974..a1f48bc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ This is a bot that logs public Group Chats to a Postgres Database. ``` - Run: `python model.py` to setup the DB tables. -## Running the bot +## Running the bot locally - Run: `python bot.py` to start logger - Messages will be displayed on `stdout` as they are logged. + +## On Heroku + - You must enable the worker on Heroku app dashboard. (By default it is off.) +