add uninstall instructions
This commit is contained in:
parent
8eceb5f1e2
commit
f28ca0f658
15
README.md
15
README.md
@ -26,3 +26,18 @@
|
|||||||
```
|
```
|
||||||
|
|
||||||
The service should now be installed, enabled to start on boot, and running.
|
The service should now be installed, enabled to start on boot, and running.
|
||||||
|
|
||||||
|
To uninstall, run the following inside the repository folder. It does not have to be the same repository you installed it from.
|
||||||
|
|
||||||
|
1. Make the uninstall script executable:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
chmod +x uninstall.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Run the uninstall script to remove the service and program folders:
|
||||||
|
```sh
|
||||||
|
./uninstall.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
Note that this script will not uninstall the pip packages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user