Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] add Plugin 📦 Installation & Upgrade info to readme #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

**Download plgx from [here](https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/HaveIBeenPwned.plgx).**

#### Chocolatey 📦
Or you can [use Chocolatey to install](https://community.chocolatey.org/packages/keepass-plugin-haveibeenpwned#install) it in a more automated manner:

```
choco install keepass-plugin-haveibeenpwned
```

To [upgrade KeePass Plugin Have I Been Pwned](https://community.chocolatey.org/packages/keepass-plugin-haveibeenpwned#upgrade) to the [latest release version](https://community.chocolatey.org/packages/keepass-plugin-haveibeenpwned#versionhistory) for enjoying the newest features, run the following command from the command line or from PowerShell:

```
choco upgrade keepass-plugin-haveibeenpwned
```

**Mono users can download the dlls from [here](https://github.com/andrew-schofield/keepass2-haveibeenpwned/tree/master/mono).**
Mono users may find they need to install their distro equivalent of `mono-complete` for the plugin to work properly.

Expand Down