Updated Installation (markdown)

David
2022-04-12 00:17:58 +02:00
parent 04c0789b19
commit 80658b21ad

@@ -20,3 +20,19 @@ docker run -d \
-v /PATH_TO_YOUR_CONFIG.json:/app/config.json \
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
```