diff --git a/README.md b/README.md index b1e591f..9d0d695 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,15 @@ Log files are generated by BDH process only in deamon mode and it stores piece o ### [Configure Webhook App for Slack](#webhook) -You need to configure **WebHook** to allow **Slack** receives incoming messages. [here](https://api.slack.com/incoming-webhooks) you can find the procedure to get your webhook URL for slack and change the variable **SlackWebHook** in BDH using the URL you got. +You need configure the **WebHook** to allow **Slack** receives incoming messages. + +1. Access incoming-webhooks page [Here](https://api.slack.com/incoming-webhooks) and follow the instructions to enable incoming messages for slack workspace and get the Webhook URL needs to configure BDH. + +2. Change the variable **SlackWebHook** in BDH file using the Webhook URL you got previously. SlackWebHook="INSERT YOUR WEBHOOK URL HERE" + +3. Run BDH in [deamon mode](#automatic) ## [Author](#author)