From dee71f07892fe03cbd53ba5054b8467b27f750c0 Mon Sep 17 00:00:00 2001 From: Ben Toews Date: Tue, 1 Aug 2017 15:57:08 -0600 Subject: [PATCH] add another step to uninstall --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0fff8af..744ecb5 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ Delete the kernel extension $ sudo rm -rf /Library/Extensions/softu2f.kext ``` +Tell macOS to forget about the installation + +``` +$ sudo pkgutil --forget com.GitHub.SoftU2F +``` + Done ## Security considerations