mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-30 22:37:24 +03:00
Updated Installation (markdown)
@@ -20,3 +20,19 @@ docker run -d \
|
|||||||
-v /PATH_TO_YOUR_CONFIG.json:/app/config.json \
|
-v /PATH_TO_YOUR_CONFIG.json:/app/config.json \
|
||||||
ghcr.io/dmunozv04/isponsorblocktv
|
ghcr.io/dmunozv04/isponsorblocktv
|
||||||
```
|
```
|
||||||
|
# macOS
|
||||||
|
### Setup
|
||||||
|
Run:
|
||||||
|
```sh
|
||||||
|
mkdir ~/iSponsorBlockTV
|
||||||
|
cd ~/iSponsorBlockTV
|
||||||
|
wget https://github.com/dmunozv04/iSponsorBlockTV/releases/latest/download/iSponsorBlockTV
|
||||||
|
chmod +x iSponsorBlockTV
|
||||||
|
./iSponsorBlockTV --macos_install
|
||||||
|
```
|
||||||
|
And follow the steps. This will load the script on login, if you want to **uninstall** run:
|
||||||
|
```sh
|
||||||
|
launchctl unload ~/Library/LaunchAgents/com.dmunozv04.iSponsorBlockTV.plist
|
||||||
|
rm ~/Library/LaunchAgents/com.dmunozv04.iSponsorBlockTV.plist
|
||||||
|
rm -r ~/iSponsorBlockTV
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user