mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +00:00
use 'distribution' more consistently
This commit is contained in:
parent
d78d6d60b1
commit
3bbd3319a4
1 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@ Installation
|
||||||
There are different ways to install |project_name|:
|
There are different ways to install |project_name|:
|
||||||
|
|
||||||
- :ref:`distribution-package` - easy and fast if a package is
|
- :ref:`distribution-package` - easy and fast if a package is
|
||||||
available from your distribution / for your operating system.
|
available from your distribution.
|
||||||
- :ref:`pyinstaller-binary` - easy and fast, we provide a ready-to-use binary file
|
- :ref:`pyinstaller-binary` - easy and fast, we provide a ready-to-use binary file
|
||||||
that comes bundled with all dependencies.
|
that comes bundled with all dependencies.
|
||||||
- :ref:`source-install`, either:
|
- :ref:`source-install`, either:
|
||||||
|
@ -24,19 +24,19 @@ There are different ways to install |project_name|:
|
||||||
Distribution Package
|
Distribution Package
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Some Linux and BSD distributions might offer a ready-to-use ``borgbackup``
|
Some distributions might offer a ready-to-use ``borgbackup``
|
||||||
package which can be installed with the package manager. As |project_name| is
|
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
|
still a young project, such a package might be not available for your system
|
||||||
yet.
|
yet.
|
||||||
|
|
||||||
================ ===================== =======
|
============ ===================== =======
|
||||||
Operating system Source Command
|
Distribution Source Command
|
||||||
================ ===================== =======
|
============ ===================== =======
|
||||||
Arch Linux AUR_
|
Arch Linux AUR_
|
||||||
Debian `unstable/sid`_ ``apt install borgbackup``
|
Debian `unstable/sid`_ ``apt install borgbackup``
|
||||||
Ubuntu `Xenial Xerus 15.04`_ ``apt install borgbackup``
|
Ubuntu `Xenial Xerus 15.04`_ ``apt install borgbackup``
|
||||||
OS X `Brew cask`_ ``brew cask install borgbackup``
|
OS X `Brew cask`_ ``brew cask install borgbackup``
|
||||||
================ ===================== =======
|
============ ===================== =======
|
||||||
|
|
||||||
.. _AUR: https://aur.archlinux.org/packages/borgbackup/
|
.. _AUR: https://aur.archlinux.org/packages/borgbackup/
|
||||||
.. _unstable/sid: https://packages.debian.org/sid/borgbackup
|
.. _unstable/sid: https://packages.debian.org/sid/borgbackup
|
||||||
|
|
Loading…
Reference in a new issue