You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/fuse.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,12 @@ Depending on whether you are using OSX or Linux, follow the proceeding instructi
18
18
19
19
## Mac OSX -- OSXFUSE
20
20
21
-
It has been discovered that versions of `osxfuse` prior to `2.7.0` will cause a kernel panic. For everyone's sake, please upgrade (latest at time of writing is `2.7.4`). The installer can be found at https://osxfuse.github.io/. There is also a homebrew formula (`brew install osxfuse`) but users report best results installing from the official OSXFUSE installer package.
21
+
It has been discovered that versions of `osxfuse` prior to `2.7.0` will cause a kernel panic. For everyone's sake, please upgrade (latest at time of writing is `2.7.4`). The installer can be found at https://osxfuse.github.io/. There is also a homebrew formula using cask but users report best results installing from the official OSXFUSE installer package:
22
+
23
+
```sh
24
+
brew tap caskroom/cask # if you don't have cask yet
25
+
brew cask install osxfuse
26
+
```
22
27
23
28
Note that `ipfs` attempts an automatic version check on `osxfuse` to prevent you from shooting yourself in the foot if you have pre `2.7.0`. Since checking the OSXFUSE version [is more complicated than it should be], running `ipfs mount` may require you to install another binary:
0 commit comments