You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,12 @@ in a dedicated channel of the Slack of [Les-Tilleuls.coop](https://les-tilleuls.
12
12
13
13
## Installing
14
14
15
-
The easiest way to get started is to use the official [Docker](https://www.docker.com/) image:
16
-
17
15
1.[Register a new Slack bot](https://my.slack.com/services/new/bot) and grab the generated API token
18
-
2. Start the daemon: `docker run -e DEBUG=1 -e SLACK_API_TOKEN=<your-API-token> -e TAG_TO_CHANNEL='{"stackoverflow-tag": "slack-channel"}' dunglas/stack2slack`
19
-
6. Finally, invite the bot in channels it will post: `/invite @bot-name`
16
+
2.[Download](https://github.com/dunglas/stack2slack/releases) and extract the binary corresponding to your platform
17
+
3. Start the daemon: `DEBUG=1 SLACK_API_TOKEN=<your-API-token> TAG_TO_CHANNEL='{"stackoverflow-tag": "slack-channel"}' ./stack2slack`
18
+
4. Finally, invite the bot in channels it will post: `/invite @bot-name`
19
+
20
+
Alternatively, you can use the official [Docker](https://www.docker.com/) image instead of downloading a binary: `docker run -e DEBUG=1 -e SLACK_API_TOKEN=<your-API-token> -e TAG_TO_CHANNEL='{"stackoverflow-tag": "slack-channel"}' dunglas/stack2slack`
0 commit comments