From 2a57ed8d9848a659071816cf93b769576ab6ec06 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 10 Jul 2014 13:40:29 +0300 Subject: [PATCH] Add usage instructions to README --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README b/README index a024a2a..446dbec 100644 --- a/README +++ b/README @@ -14,12 +14,34 @@ To install this module type the following: make test make install +USAGE + +Typical usage of EdwardNG is as follows: + +1. Create a new GPG homedir + $ mkdir /srv/edwardng +2. Create a suitable gpg.conf + $ cat > /srv/edwardng/gpg.conf <> /etc/aliases + For multiple language support, add multiple entries to /etc/aliases of the form: + $ echo 'edwardng-lang: |/path/to/edwardng --keydir=/srv/edwardng --key=KEYID --from=edwardng@hostname.tld --tmpl=lang' >>/etc/aliases + DEPENDENCIES This module requires these other modules and libraries: * Email::Sender * File::Slurp + * File::Share + * File::ShareDir::Install * MIME-Tools * Mail::GnuPG * PerlX::Maybe -- 2.30.2