Update installation instructions for macOS

- Updated `OS X` to the new `macOS` name
- Fuse 3.x is no longer just a prerelease
- Added instructions to install fuse via homebrew
This commit is contained in:
Russell Davis 2018-07-06 18:46:18 -07:00 committed by Russell Davis
parent 874e6b8971
commit 3a27d29bea
1 changed files with 5 additions and 3 deletions

View File

@ -47,13 +47,13 @@ Gentoo `ebuild`_ ``emerge borgbackup``
GNU Guix `GNU Guix`_ ``guix package --install borg``
Fedora/RHEL `Fedora official repository`_ ``dnf install borgbackup``
FreeBSD `FreeBSD ports`_ ``cd /usr/ports/archivers/py-borgbackup && make install clean``
macOS `Brew cask`_ ``brew cask install borgbackup``
Mageia `cauldron`_ ``urpmi borgbackup``
NetBSD `pkgsrc`_ ``pkg_add py-borgbackup``
NixOS `.nix file`_ N/A
OpenBSD `OpenBSD ports`_ ``pkg_add borgbackup``
OpenIndiana `OpenIndiana hipster repository`_ ``pkg install borg``
openSUSE `openSUSE official repository`_ ``zypper in borgbackup``
OS X `Brew cask`_ ``brew cask install borgbackup``
Raspbian `Raspbian testing`_ ``apt install borgbackup``
Ubuntu `Ubuntu packages`_, `Ubuntu PPA`_ ``apt install borgbackup``
============ ============================================= =======
@ -218,9 +218,11 @@ dependencies::
pip3 install virtualenv
For FUSE support to mount the backup archives, you need at least version 3.0 of
FUSE for OS X, which is available as a pre-release_.
FUSE for OS X, which is available via github_, or via homebrew::
.. _pre-release: https://github.com/osxfuse/osxfuse/releases
brew cask install osxfuse
.. _github: https://github.com/osxfuse/osxfuse/releases/latest
FreeBSD