From 042a6652ade1ddd059c53847ef05fe39c3678be0 Mon Sep 17 00:00:00 2001 From: Dym Sohin Date: Mon, 9 Nov 2020 20:10:49 +0100 Subject: [PATCH] fix deleting entire ~/.local/bin on uninstall --- webi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webi/README.md b/webi/README.md index 5680034..006c4c0 100644 --- a/webi/README.md +++ b/webi/README.md @@ -56,7 +56,7 @@ cat ~/.config/envman/PATH.env `webi` uses standard paths and touches very little. ```bash -rm -rf ~/.local/opt ~/.local/bin +rm -rf ~/.local/opt/webi ~/.local/bin/webi ``` If you haven't used `pathman` for anything else, you can also remove its config: -- 2.25.1