aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-02-14 11:18:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-02-14 11:18:48 +1300
commit83ce35458e6973d5fc98f59a937e5992e3510b8b (patch)
treea9803a613d7ff6536e453cd0e43a359a435fbf79 /README.markdown
parentFirst code commit (diff)
downloadMail-Run-Crypt-83ce35458e6973d5fc98f59a937e5992e3510b8b.tar.gz
Mail-Run-Crypt-83ce35458e6973d5fc98f59a937e5992e3510b8b.zip
Some minor formatting
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown11
1 files changed, 6 insertions, 5 deletions
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