From 76656275c3a8709bfd80ba2f5d0c2119152004e3 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 19 May 2018 16:06:54 -0700 Subject: [PATCH] Update README to mention other ways of installing borgmatic. (#62) --- NEWS | 1 + README.md | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 564c82cb1..8de78b17c 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ consistency configuration. * Add introductory screencast link to documentation. * Update tox.ini to only assume Python 3.x instead of Python 3.4 specifically. + * #62: Update README to mention other ways of installing borgmatic. 1.1.15 * Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file. diff --git a/README.md b/README.md index 78ceb0889..c66334e7e 100644 --- a/README.md +++ b/README.md @@ -77,11 +77,17 @@ sudo pip3 install --upgrade borgmatic Note that your pip binary may have a different name than "pip3". Make sure you're using Python 3, as borgmatic does not support Python 2. -### Docker +### Other ways to install -If you would like to run borgmatic within Docker, please take a look at -[b3vis/borgmatic](https://hub.docker.com/r/b3vis/borgmatic/) for more -information. + * [A borgmatic Docker image](https://hub.docker.com/r/b3vis/borgmatic/) based + on Alpine Linux. + * [Another borgmatic Docker image](https://hub.docker.com/r/coaxial/borgmatic/) based + on Alpine Linux, updated automatically whenever the Alpine image updates. + * [A borgmatic package for + Fedora](https://bodhi.fedoraproject.org/updates/?search=borgmatic). + * [A borgmatic package for Arch + Linux](https://aur.archlinux.org/packages/borgmatic/). +

## Configuration