From d78d6d60b1de5db53b8972a6c9b70cb3dc6dac8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sun, 15 Nov 2015 22:40:00 -0500 Subject: [PATCH] turn distro list into a table, adding Debian, Ubuntu, OSX --- docs/installation.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 7a3f40500..f2959c035 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -29,9 +29,19 @@ 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. -* On **Arch Linux**, there is a package available in the AUR_. +================ ===================== ======= +Operating system Source Command +================ ===================== ======= +Arch Linux AUR_ +Debian `unstable/sid`_ ``apt install borgbackup`` +Ubuntu `Xenial Xerus 15.04`_ ``apt install borgbackup`` +OS X `Brew cask`_ ``brew cask install borgbackup`` +================ ===================== ======= .. _AUR: https://aur.archlinux.org/packages/borgbackup/ +.. _unstable/sid: https://packages.debian.org/sid/borgbackup +.. _Xenial Xerus 15.04: https://launchpad.net/ubuntu/xenial/+source/borgbackup +.. _Brew cask: http://caskroom.io/ Please ask package maintainers to build a package or, if you can package / submit it yourself, please help us with that! See :issue:`105` on