diff --git a/Installation.md b/Installation.md index 7dc469b..aece619 100644 --- a/Installation.md +++ b/Installation.md @@ -29,8 +29,6 @@ ghcr.io/dmunozv04/isponsorblocktv \ ``` 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 -## Step 2: Install and run the iSponsorBlockTV Docker service - ### Option 1: Using docker-compose ```YAML services: @@ -41,7 +39,14 @@ services: volumes: - /PATH_TO_YOUR_DATA_DIR:/app/data #enter the same pathway as you used for your configurator in step 1 ``` -Then use `docker-compose up -d` to start. + +Similar to Step 1, create a config file + +```Shell +docker compose run iSponsorBlockTV --setup-cli +``` + +After completing setup, use `docker-compose up -d` to start. ### Option 2: Using docker run