From f8626dffb3d0909e3099c92d219a36afac92ad54 Mon Sep 17 00:00:00 2001 From: tiuub <46517077+tiuub@users.noreply.github.com> Date: Sun, 24 May 2020 12:28:40 +0000 Subject: [PATCH] Update README.md Adding support for installing the plugin with chocolatey. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 642a06e..8cd6ef1 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,12 @@ KP2faChecker is a plugin for [KeePass](http://keepass.info). It provides a colum ## Installation +Manual Guide: - Download the [latest](https://github.com/tiuub/KP2faChecker/releases/latest) release - Copy the KP2faChecker.plgx in the KeePass plugins directory and restart the application. +Chocolatey Guide: +- Using [chocolatey](https://chocolatey.org/) in Powershell with `choco install keepass-plugin-kp2fachecker` ## Usage ### First Method @@ -62,7 +65,7 @@ If you want to request an update now, you can navigate to: ## Data privacy -Your data will never be sent throught the internet. The plugin is requesting a huge json file against an server and compares the domains locally on your computer. +The plugin is requesting a huge json file from a server and compares the domains inside this json locally on your computer. This means your private data will never be sent through the internet. ## License