diff --git a/README.md b/README.md index 3b01bef..9bbbdb3 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,18 @@ ``` 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.