From 3aa8666ff0c9917c0de05e569c9425b32daff514 Mon Sep 17 00:00:00 2001 From: drifty Date: Fri, 8 Aug 2025 22:05:00 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9c6473..5376510 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Also available on Docker Hub - [```driftywinds/twitchrise:latest```](https://hub 1. Download the ```compose.yml``` and ```.env``` files from the repo [here](https://github.com/driftywinds/twitchrise). 2. Go to [https://dev.twitch.tv/console](https://dev.twitch.tv/console) and register a new application. You can name it anything, but the client type should be ```confidential```, that will give you a client ID and client secret. -3. Customise the ```.env``` file according to your needs and use the client ID and client secret from above. +3. Customise the ```.env``` file (you can see the endpoints Apprise supports and their config URLs [here](https://github.com/caronc/apprise?tab=readme-ov-file#supported-notifications) and use the client ID and client secret from above. 4. Run ```docker compose up -d```.