mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-27 04:40:51 +03:00
Updated Installation (markdown)
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user