diff --git a/docs/content/getting-started/installation.md b/docs/content/getting-started/installation.md index a62572f..64030e5 100644 --- a/docs/content/getting-started/installation.md +++ b/docs/content/getting-started/installation.md @@ -27,9 +27,9 @@ The Docker image is automatically built from the source and provided in two diff | Image | Description | | ----- | ----------- | -| `luzifer/twitch-bot:latest` | The latest development version, not recommended for use as your main bot, perfect for testing the latest changes not yet released. | -| `luzifer/twitch-bot:stable` | Automatically updated on every versioned release, you just can use this tag to always have the latest stable version. Pay attention: This automatically switches over on major / breaking releases! | -| `luzifer/twitch-bot:` | If you don't want to auto-update you can use the tagged version in the Docker image (i.e. tag `v3.15.0` would be available as `luzifer/twitch-bot:v3.15.0`) | +| `ghcr.io/luzifer/twitch-bot:develop` | The latest development version, not recommended for use as your main bot, perfect for testing the latest changes not yet released. | +| `ghcr.io/luzifer/twitch-bot:latest` | Automatically updated on every versioned release, you just can use this tag to always have the latest stable version. Pay attention: This automatically switches over on major / breaking releases! | +| `ghcr.io/luzifer/twitch-bot:` | If you don't want to auto-update you can use the tagged version in the Docker image (i.e. tag `v3.15.0` would be available as `luzifer/twitch-bot:v3.15.0`) | ## Building the Binary yourself