diff --git a/NEWS b/NEWS index 564c82cb..8de78b17 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 78ceb088..c66334e7 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