Explorar el Código

Update README to mention other ways of installing borgmatic. (#62)

Dan Helfman hace 7 años
padre
commit
76656275c3
Se han modificado 2 ficheros con 12 adiciones y 5 borrados
  1. 1 0
      NEWS
  2. 11 5
      README.md

+ 1 - 0
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.

+ 11 - 5
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
-
-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.
+### Other ways to install
+
+ * [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/).
+<br><br>
 
 ## Configuration