Updated Installation (markdown)

David
2025-02-21 18:34:54 +01:00
parent 3cb754666c
commit e369149619

@@ -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 \
ghcr.io/dmunozv04/isponsorblocktv:v2.2.1 \
--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 \
ghcr.io/dmunozv04/isponsorblocktv:v2.2.1 \
--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 --setup-cli
docker compose run iSponsorBlockTV:v2.2.1 --setup-cli
```
After completing setup, use `docker-compose up -d` to start.