diff --git a/docs/installation.rst b/docs/installation.rst index fe7f13c8b..b5de38689 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -48,7 +48,7 @@ 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`` +macOS `Homebrew`_ ``brew install borgbackup`` Mageia `cauldron`_ ``urpmi borgbackup`` NetBSD `pkgsrc`_ ``pkg_add py-borgbackup`` NixOS `.nix file`_ N/A @@ -72,7 +72,7 @@ Ubuntu `Ubuntu packages`_, `Ubuntu PPA`_ ``apt install borgbac .. _OpenBSD ports: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/borgbackup/ .. _OpenIndiana hipster repository: http://pkg.openindiana.org/hipster/en/search.shtml?token=borg&action=Search .. _openSUSE official repository: http://software.opensuse.org/package/borgbackup -.. _Brew cask: https://formulae.brew.sh/cask/borgbackup +.. _Homebrew: https://formulae.brew.sh/formula/borgbackup .. _Raspbian testing: http://archive.raspbian.org/raspbian/pool/main/b/borgbackup/ .. _Ubuntu packages: http://packages.ubuntu.com/xenial/borgbackup .. _Ubuntu PPA: https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/borgbackup @@ -214,16 +214,16 @@ Alternatively, you can enumerate all build dependencies in the command line:: Mac OS X ++++++++ -Assuming you have installed homebrew_, the following steps will install all the -dependencies:: +When installing via Homebrew_, dependencies are installed automatically. To install +dependencies manually:: brew install python3 openssl brew install pkg-config # optional, for FUSE support 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 via `github `__, -or via homebrew:: +FUSE for OS X, which is available via `Github +`__, or Homebrew:: brew cask install osxfuse