README: mention uninstallation procedure

This commit is contained in:
Maxim Baz
2020-01-12 18:59:17 +01:00
committed by GitHub
parent 5441494d85
commit e2c31bdd4e

View File

@@ -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)