From 04c4e49335ebf670e208d4b54564092b27abe257 Mon Sep 17 00:00:00 2001 From: Henrik Soerensen Date: Thu, 21 Mar 2024 14:38:34 -0400 Subject: [PATCH] Correct folder path for uninstall location --- docs/installation/uninstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/uninstall.md b/docs/installation/uninstall.md index 8c7cad5..b5a2b45 100644 --- a/docs/installation/uninstall.md +++ b/docs/installation/uninstall.md @@ -17,7 +17,7 @@ To uninstall, execute the following commands: - Remove the **~/voi** directory ```bash - rm -rf /voi/ + rm -rf ~/voi/ ``` - Remove the **/var/lib/voi** directory