diff --git a/README.md b/README.md index 02774ea..01db3dc 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ Display what time is it for your friend in their timezone. ## Usage -### Binary +### Binary (linux only) + +1. Grab a binary for your platform in the latest release +2. Run it with `-e BOT_TOKEN=your.bot.token` -Grab a binary for your platform in the latest release ### Docker 1. Build the [Dockerfile](./Dockerfile) -2. Run it with `BOT_TOKEN` env variable set to your discord bot +2. Run it with `-e BOT_TOKEN=your.bot.token` env variable set to your discord bot ### If you have any issues, feel free to create an [issue](https://github.com/X-R-G-B/WorldTimeZone/issues)