From 9d54507e22630195760965fd73ee95b6af7c0825 Mon Sep 17 00:00:00 2001 From: Manu Date: Wed, 17 Feb 2021 22:06:46 +0800 Subject: [PATCH] Wording update, combine paras. --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index d4acd0dda..115a47cef 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -260,11 +260,11 @@ macFUSE, which is available via `github brew install --cask osxfuse -When installing Borg via ``pip``, be sure to use ``pip install borgbackup[llfuse]``, -since macFUSE only supports FUSE API v2. +When installing Borg via ``pip``, be sure to install the ``llfuse`` extra, +since macFUSE only supports FUSE API v2. Also, since Homebrew won't link +the installed ``openssl`` formula, point pkg-config to the correct path:: -Since Homebrew won't link the installed ``openssl`` formula, point pkg-config to the -correct path: ``PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig" pip install ...`` + PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig" pip install borgbackup[llfuse] For OS X Catalina and later, be aware that you must authorize full disk access. It is no longer sufficient to run borg backups as root. If you have not yet