From f28ca0f658ee360d456a26cc385c9f95830befdf Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 1 Aug 2024 18:04:11 -0700 Subject: [PATCH] add uninstall instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.