We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0721b commit dc10a82Copy full SHA for dc10a82
README.md
@@ -201,7 +201,7 @@ Or, the docker-compose way:
201
202
```bash
203
wget -O docker-compose.yml https://github.com/korotovsky/slack-mcp-server/releases/latest/download/docker-compose.yml
204
-wget -O .env https://github.com/korotovsky/slack-mcp-server/releases/latest/download/.env.dist
+wget -O .env https://github.com/korotovsky/slack-mcp-server/releases/latest/download/default.env.dist
205
nano .env # Edit .env file with your tokens from step 1 of the setup guide
206
docker-compose up -d
207
```
0 commit comments