We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11e2e8 commit bf6e638Copy full SHA for bf6e638
README.md
@@ -25,6 +25,7 @@ Before you can run the app, you'll need to store some environment variables.
25
26
```zsh
27
# Replace with your app token and bot token
28
+# For Windows OS, env:SLACK_BOT_TOKEN = <your-bot-token> works
29
export SLACK_BOT_TOKEN=<your-bot-token>
30
export SLACK_APP_TOKEN=<your-app-token>
31
# This sample uses OpenAI's API by default, but you can switch to any other solution!
0 commit comments