From 80658b21ad1c7d04491c48d215f63e86806646d5 Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Tue, 12 Apr 2022 00:17:58 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 +```