diff --git a/doc/source/extra-tips.rst b/doc/source/extra-tips.rst index 9554dd5..83081e3 100644 --- a/doc/source/extra-tips.rst +++ b/doc/source/extra-tips.rst @@ -268,7 +268,7 @@ To install SSHFS on MacOS, first install `HomeBrew `_. Then, fi .. code-block:: console - $ brew cask install osxfuse + $ brew install --cask macfuse .. figure:: res/sshfs_macos_01.png :width: 100% @@ -279,13 +279,15 @@ Then reboot, open up a terminal again and install sshfs via: .. code-block:: console - $ brew install sshfs + $ brew install gromgit/fuse/sshfs-mac .. figure:: res/sshfs_macos_02.png :width: 100% :alt: sshfs_macos_02 :align: center +.. warning:: The standard installation through ``$ brew install sshfs`` appears to have been recently dropped from homebrew-core, due to macfuse going closed-source (and no, resorting to the old osxfuse does not solve the issue). The proposed solution here is a fix provided by the github user ``gromgit``. + You can finally mount Ulysses' storage, for example in :ref:``/Volumes/Ulysses\ SFTP\ Drive``, by executing in a terminal: .. code-block:: console diff --git a/doc/source/res/sshfs_macos_01.png b/doc/source/res/sshfs_macos_01.png index 825580f..274ad1f 100644 Binary files a/doc/source/res/sshfs_macos_01.png and b/doc/source/res/sshfs_macos_01.png differ diff --git a/doc/source/res/sshfs_macos_01.svg b/doc/source/res/sshfs_macos_01.svg new file mode 100644 index 0000000..78e6439 --- /dev/null +++ b/doc/source/res/sshfs_macos_01.svg @@ -0,0 +1,75 @@ + + + + + + + + + + brew install --cask macfuse + + diff --git a/doc/source/res/sshfs_macos_02.png b/doc/source/res/sshfs_macos_02.png index eb70dde..eacc6eb 100644 Binary files a/doc/source/res/sshfs_macos_02.png and b/doc/source/res/sshfs_macos_02.png differ diff --git a/doc/source/res/sshfs_macos_02.svg b/doc/source/res/sshfs_macos_02.svg new file mode 100644 index 0000000..fea9b2e --- /dev/null +++ b/doc/source/res/sshfs_macos_02.svg @@ -0,0 +1,797 @@ + + + + + + + + + + brew install gromgit/fuse/sshfs-mac + +