add uninstall instructions
This commit is contained in:
parent
a43934a405
commit
99d1e7cb3d
17
README.md
17
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
|
* 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
|
Browser Library
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue