From 6fb8b4e46b8a61938f46a20158770c9c4c89f002 Mon Sep 17 00:00:00 2001 From: zertrin Date: Fri, 15 May 2015 10:18:34 +0200 Subject: [PATCH] Improve requirements section in the README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ff757e8..2040040 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,14 @@ Be sure to make the script executable (`chmod +x`) before you hit the gas. * [duplicity](http://duplicity.nongnu.org/) * Basic utilities like: [bash](https://www.gnu.org/software/bash/), [which](http://unixhelp.ed.ac.uk/CGI/man-cgi?which), [find](https://www.gnu.org/software/findutils/) and [tee](http://linux.die.net/man/1/tee) (should already be available on most Linux systems) -* [gpg](https://www.gnupg.org/) *`optional`* -* [mailx](http://linux.die.net/man/1/mailx) *`optional`* +* [gpg](https://www.gnupg.org/) *`optional`* (if using encryption) +* [mailx](http://linux.die.net/man/1/mailx) *`optional`* (if sending mail is activated in the script) -For [Amazon S3](https://aws.amazon.com/s3/) *`optional`* +For the [Amazon S3](https://aws.amazon.com/s3/) storage backend *`optional`* * [s3cmd](http://s3tools.org/s3cmd) *`optional`* -For [Google Cloud Storage](https://cloud.google.com/storage/) *`optional`* -* [boto](https://github.com/boto/boto) +For the [Google Cloud Storage](https://cloud.google.com/storage/) storage backend *`optional`* +* [boto](https://github.com/boto/boto) (may already have been installed with duplicity) * [gsutil](https://cloud.google.com/storage/docs/gsutil) *`optional`*