diff --git a/Installation.md b/Installation.md index d4881e9..106ddbc 100644 --- a/Installation.md +++ b/Installation.md @@ -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 +```