From e2c31bdd4e39407114372b000a229836e31b1ba9 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sun, 12 Jan 2020 18:59:17 +0100 Subject: [PATCH] README: mention uninstallation procedure --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1031b51..72ea0f6 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This is a host application for [browserpass](https://github.com/browserpass/brow - [Updates](#updates) - [FAQ](#faq) - [Error: Unable to fetch and parse login fields](#error-unable-to-fetch-and-parse-login-fields) +- [Uninstallation](#uninstallation) - [Contributing](#contributing) ## Installation @@ -271,6 +272,12 @@ If Browserpass is unable to locate the proper `gpg` binary, try configuring a fu } ``` +## Uninstallation + +If you installed Browserpass via a package manager, uninstalling the package will hopefully do all the necessary cleanup. + +For manual installations, uninstallation procedure basically consists of following the steps you ran in Makefile in reverse. + ## Contributing 1. Fork [the repo](https://github.com/browserpass/browserpass-extension)