Selaa lähdekoodia

Merge pull request #550 from anarcat/install

expand install docs table
TW 9 vuotta sitten
vanhempi
sitoutus
d6c5e4de55
1 muutettua tiedostoa jossa 13 lisäystä ja 9 poistoa
  1. 13 9
      docs/installation.rst

+ 13 - 9
docs/installation.rst

@@ -29,18 +29,22 @@ package which can be installed with the package manager.  As |project_name| is
 still a young project, such a package might be not available for your system
 yet.
 
-============ ===================== =======
-Distribution Source                Command
-============ ===================== =======
-Arch Linux   `[community]`_        ``pacman -S borg``
-Debian       `unstable/sid`_       ``apt install borgbackup``
-Ubuntu       `Xenial Xerus 16.04`_ ``apt install borgbackup``
-OS X         `Brew cask`_          ``brew cask install borgbackup``
-============ ===================== =======
+============ ============================================= =======
+Distribution Source                                        Command
+============ ============================================= =======
+Arch Linux   `[community]`_                                ``pacman -S borg``
+Debian       `stretch`_, `unstable/sid`_                   ``apt install borgbackup``
+NixOS        `.nix file`_                                  N/A
+OS X         `Brew cask`_                                  ``brew cask install borgbackup``
+Ubuntu       `Xenial 16.04`_, `Wily 15.10 (backport PPA)`_ ``apt install borgbackup``
+============ ============================================= =======
 
 .. _[community]: https://www.archlinux.org/packages/?name=borg
+.. _stretch: https://packages.debian.org/stretch/borgbackup
 .. _unstable/sid: https://packages.debian.org/sid/borgbackup
-.. _Xenial Xerus 15.04: https://launchpad.net/ubuntu/xenial/+source/borgbackup
+.. _Xenial 16.04: https://launchpad.net/ubuntu/xenial/+source/borgbackup
+.. _Wily 15.10 (backport PPA): https://launchpad.net/~neoatnhng/+archive/ubuntu/ppa
+.. _.nix file: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/backup/borg/default.nix
 .. _Brew cask: http://caskroom.io/
 
 Please ask package maintainers to build a package or, if you can package /