Skip to content

Commit

Permalink
Update DOCS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bertybuttface authored Oct 14, 2023
1 parent b70e2b9 commit d8973c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion isponsorblocktv/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ The last 5 videos' segments are cached to limit the number on queries on Sponsor

The easiest way to get started is to generate a config file by running this app on another machine.

You will need to get a connection key by opening the Youtube app on your device, going to settings and selecting tv link.

```
rm -rf /tmp/config.json && touch /tmp/config.json && docker run --rm -it --network=host -v /tmp/config.json:/app/config.json ghcr.io/dmunozv04/isponsorblocktv --setup && cat /tmp/config.json
rm -rf /tmp/config && mkdir /tmp/config && docker run --rm -it -v /tmp/config:/app/data --net=host ghcr.io/dmunozv04/isponsorblocktv --setup-cli && cat /tmp/config/config.json
```

You can then pick the bits out that you need.
Expand Down

0 comments on commit d8973c7

Please sign in to comment.