From 74bc1e6a749e7f546fe2d46a66601874ff0c0130 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 5 Jun 2018 00:04:05 -0600 Subject: [PATCH] add uninstall instructions --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 885bbd6..a4fe77b 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,23 @@ Install for user * https://serverfault.com/questions/194832/how-to-start-stop-restart-launchd-services-from-the-command-line --> +Uninstall +======= + +**Linux**: + +``` +sudo systemctl disable telebit; sudo systemctl stop telebit +sudo rm -rf /etc/systemd/system/telebit.service /opt/telebit /usr/local/bin/telebit +``` + +**macOS**: + +``` +sudo launchctl unload -w /Library/LaunchDaemons/cloud.telebit.remote.plist +sudo rm -rf /Library/LaunchDaemons/cloud.telebit.remote.plist /opt/telebit /usr/local/bin/telebit +``` + Browser Library =======