Improve requirements section in the README
This commit is contained in:
parent
1aca860e06
commit
6fb8b4e46b
1 changed files with 5 additions and 5 deletions
10
README.md
10
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`*
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue