From 83ce35458e6973d5fc98f59a937e5992e3510b8b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 14 Feb 2014 11:18:48 +1300 Subject: Some minor formatting --- README.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index f877739..4506953 100644 --- a/README.markdown +++ b/README.markdown @@ -10,17 +10,18 @@ sending them to the default MAILTO destination. 0 1 * * * tom croncrypt rsync /home/tom/important-file /home/backups The main design goal is simplicity; just whack `croncrypt` in front of all your -`crontab(5)` entries, provided they don't use pipes or stderr/stdout redirects, -in which case you should consider putting it all into a script file anyway. +`crontab(5)` entries, provided they don’t use pipes or `stderr`/`stdout` +redirects, in which case you should consider putting it all into a script file +anyway. -Don't use your own GPG key for signing! I recommend you create a dedicated key +Don’t use your own GPG key for signing! I recommend you create a dedicated key just for Croncrypt, and sign it locally with `gpg --lsign` so that your software trusts it locally. Installation ------------ -Put the `croncrypt` binary somewhere in your `crontab`'s `PATH`, and install +Put the `croncrypt` binary somewhere in your `crontab`’s `PATH`, and install the following Perl modules: * `Carp` @@ -38,7 +39,7 @@ On Debian-derived systems, this should do the trick: License ------- -Copyright (c) [Tom Ryder][1]. Distributed under Perl's [Artistic License][2]. +Copyright (c) [Tom Ryder][1]. Distributed under Perl’s [Artistic License][2]. [1]: http://www.sanctum.geek.nz/about/tom-ryder [2]: http://dev.perl.org/licenses/artistic.html -- cgit v1.2.3