Skip to content

Commit d5e10b1

Browse files
committed
Explain how to download binaries
1 parent 18983ee commit d5e10b1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ in a dedicated channel of the Slack of [Les-Tilleuls.coop](https://les-tilleuls.
1212

1313
## Installing
1414

15-
The easiest way to get started is to use the official [Docker](https://www.docker.com/) image:
16-
1715
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`
2021

2122
## Building from Sources
2223

0 commit comments

Comments
 (0)