From fc21e2c97d60263c8f7675f6a5e03830c0081790 Mon Sep 17 00:00:00 2001 From: George Hafiz Date: Wed, 9 Jul 2025 16:15:06 +0100 Subject: [PATCH] Update FAQ.md improve uninstall instructions --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0145aeb..09f6ee5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -54,7 +54,7 @@ Secretive checks in with GitHub's releases API to check if there's a new version ### How do I uninstall Secretive? -Drag Secretive.app to the trash and remove `~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent`. `SecretAgent` may continue running until you quit it or reboot. +Drag Secretive.app to Trash. Check your `ps aux` output to kill any running `SecretAgent` instances. Remove the launch plist with `launchctl remove com.maxgoedjen.Secretive.SecretAgent`. Remove any Secretive Config entries in `~/.ssh/config`. Finally, restart your shell, relogin or reboot so that your prior SSH agent gets used. ### I have a security issue