update readme: uninstall

This commit is contained in:
Alireza Ahmadi
2024-02-20 17:21:17 +01:00
parent 99b8cbc75f
commit 2f0d7a8502
+13
View File
@@ -45,6 +45,19 @@ bash <(curl -Ls https://raw.githubusercontent.com/alireza0/s-ui/master/install.s
bash <(curl -Ls https://raw.githubusercontent.com/alireza0/s-ui/master/install.sh) 0.0.1
```
## Uninstall S-UI
```sh
systemctl disable sing-box --now
systemctl disable s-ui --now
rm -f /etc/systemd/system/s-ui.service
rm -f /etc/systemd/system/sing-box.service
systemctl daemon-reload
rm -fr /usr/local/s-ui
```
## Install using Docker
<details>