From de3305cf934282ef6073e0a29648e80a33650ac3 Mon Sep 17 00:00:00 2001 From: "Difrex(Denis Zheleztsov)" Date: Tue, 6 May 2014 15:32:16 +0400 Subject: [PATCH] Readme update --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index a4c672b..2bcdab5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,31 @@ On Debian-based systems: apt-get install libtext-clip-perl class-dbi-sqlite-perl +# Usage + +First you need to generate PGP key: + + gpg --gen-key + +Set this key(or another of cource) for default: + + vim ~/.gnupg/gpg.conf + # find string and uncomment or add it + default-key your@mail-address-key.org + :wq + +First run: + + $ ./pm.pl + Creating configuration dirrectory... + Creating database... + Creating database schema... + Encrypt database... + Done! + +Show help screen: + + $ ./pm.pl -h # Changelog