From 13986a1a6aa233fdfba8d4cbe32ae99563564d80 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 6 Dec 2018 21:41:30 +0100 Subject: [PATCH] docs: tell that our binaries are amd/intel, bauerj has ARM --- docs/installation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index ffe770983..a188e9431 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -87,14 +87,16 @@ Standalone Binary .. note:: Releases are signed with an OpenPGP key, see :ref:`security-contact` for more instructions. -|project_name| binaries (generated with `pyinstaller`_) are available -on the releases_ page for the following platforms: +|project_name| x86/x64 amd/intel compatible binaries (generated with `pyinstaller`_) +are available on the releases_ page for the following platforms: * **Linux**: glibc >= 2.13 (ok for most supported Linux releases). Older glibc releases are untested and may not work. * **Mac OS X**: 10.10 (does not work with older OS X releases) * **FreeBSD**: 10.2 (unknown whether it works for older releases) +ARM binaries are built by Johann Bauer, see: https://borg.bauerj.eu/ + To install such a binary, just drop it into a directory in your ``PATH``, make borg readable and executable for its users and then you can run ``borg``::