From 44957e974026a286f7d2a8f8a08e412bdc95f0cc Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 14 Sep 2016 20:05:16 +0200 Subject: [PATCH] Add note about download --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18de011..74fd734 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ -# passwordmanager -A simple password manager. +# Password Manager +A simple password manager with Qt 5 GUI using AES-256-CBC encryption via OpenSSL. + +## Download / binary repository +I currently provide packages for Arch Linux and Windows. Sources for those packages can be found in a +separate [repository](https://github.com/Martchus/PKGBUILDs). For binaries checkout my +[website](http://martchus.no-ip.biz/website/page.php?name=programming). ## Build instructions The Password Manager depends on c++utilities, qtutilities and passwordfile and is built in the same way as these libaries.