mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-30 22:37:24 +03:00
Updated Installation (markdown)
@@ -15,7 +15,7 @@ docker run --rm -it \
|
|||||||
-v /PATH_TO_YOUR_DATA_DIR:/app/data \
|
-v /PATH_TO_YOUR_DATA_DIR:/app/data \
|
||||||
--net=host \ # Remove line on windows and macOS
|
--net=host \ # Remove line on windows and macOS
|
||||||
-e TERM=$TERM -e COLORTERM=$COLORTERM \ #Remove if you get errors/graphical glitches
|
-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
|
--setup
|
||||||
```
|
```
|
||||||
### Option 2: Using the text-based cli configurator tool:
|
### Option 2: Using the text-based cli configurator tool:
|
||||||
@@ -24,7 +24,7 @@ Docker users can run it with the following command:
|
|||||||
```Shell
|
```Shell
|
||||||
docker run --rm -it \
|
docker run --rm -it \
|
||||||
-v /PATH_TO_YOUR_DATA_DIR:/app/data \
|
-v /PATH_TO_YOUR_DATA_DIR:/app/data \
|
||||||
ghcr.io/dmunozv04/isponsorblocktv \
|
ghcr.io/dmunozv04/isponsorblocktv:v2.2.1 \
|
||||||
--setup-cli
|
--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
|
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
|
Similar to Step 1, create a config file
|
||||||
|
|
||||||
```Shell
|
```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.
|
After completing setup, use `docker-compose up -d` to start.
|
||||||
|
|||||||
Reference in New Issue
Block a user