From 85b24d3c14e41c0c84490c63f3d7708ba1908110 Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:48:16 +0100 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index 7ae4bcc..ce57f26 100644 --- a/Installation.md +++ b/Installation.md @@ -15,7 +15,7 @@ docker run --rm -it \ -v /PATH_TO_YOUR_DATA_DIR:/app/data \ --net=host \ # Remove line on windows and macOS -e TERM=$TERM -e COLORTERM=$COLORTERM \ #Remove if you get errors/graphical glitches -ghcr.io/dmunozv04/isponsorblocktv:v2.2.1 \ +ghcr.io/dmunozv04/isponsorblocktv \ --setup ``` ### Option 2: Using the text-based cli configurator tool: @@ -24,7 +24,7 @@ Docker users can run it with the following command: ```Shell docker run --rm -it \ -v /PATH_TO_YOUR_DATA_DIR:/app/data \ -ghcr.io/dmunozv04/isponsorblocktv:v2.2.1 \ +ghcr.io/dmunozv04/isponsorblocktv \ --setup-cli ``` Note, the CLI will ask you for a TV Link Code. You can find this on your Device's Youtube app, by going to Settings -> Link with TV code @@ -44,7 +44,7 @@ services: Similar to Step 1, create a config file ```Shell -docker compose run iSponsorBlockTV:v2.2.1 --setup-cli +docker compose run iSponsorBlockTV --setup-cli ``` After completing setup, use `docker-compose up -d` to start.