From 14d7052c9f33465b1989865207f9a351528fda07 Mon Sep 17 00:00:00 2001 From: Bernd Eichelberger <46166740+4-FLOSS-Free-Libre-Open-Source-Software@users.noreply.github.com> Date: Tue, 30 Nov 2021 14:16:57 +0100 Subject: [PATCH] =?UTF-8?q?add=20Plugin=20=F0=9F=93=A6=20Installation=20&?= =?UTF-8?q?=20Upgrade=20info=20to=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 310132c..9ef7341 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,18 @@ PasswordChangeReminder is a plugin for [KeePass](http://keepass.info). It will r - Download the latest release [here](https://github.com/tiuub/PasswordChangeReminder/releases/latest) - Copy the PasswordChangeReminder.plgx in the KeePass plugins directory and restart the application. +#### Chocolatey 📦 +Or you can [use Chocolatey to install](https://community.chocolatey.org/packages/keepass-plugin-passwordchangereminder#install) it in a more automated manner: +``` +choco install keepass-plugin-passwordchangereminder +``` + +To [upgrade KeePass Plugin PasswordChangeReminder](https://community.chocolatey.org/packages/keepass-plugin-passwordchangereminder#upgrade) to the [latest release version](https://community.chocolatey.org/packages/keepass-plugin-passwordchangereminder#versionhistory) for enjoying the newest features, run the following command from the command line or from PowerShell: + +``` +choco upgrade keepass-plugin-passwordchangereminder +``` ## Usage