mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 18:28:42 +00:00
Merge pull request #4640 from russelldavis/fix-osxfuse-link
Fix osxfuse github link in installation docs
This commit is contained in:
commit
70e921d022
1 changed files with 2 additions and 3 deletions
|
@ -230,12 +230,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 via github_, or via homebrew::
|
||||
FUSE for OS X, which is available via `github <https://github.com/osxfuse/osxfuse/releases/latest>`__,
|
||||
or via homebrew::
|
||||
|
||||
brew cask install osxfuse
|
||||
|
||||
.. _github: https://github.com/osxfuse/osxfuse/releases/latest
|
||||
|
||||
|
||||
FreeBSD
|
||||
++++++++
|
||||
|
|
Loading…
Reference in a new issue