Skip to content

Commit f1468da

Browse files
committed
Fix brew osxfuse install instructions.
Reported by @ejholmes at: * #177 (comment) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
1 parent b6eb085 commit f1468da

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/fuse.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ Depending on whether you are using OSX or Linux, follow the proceeding instructi
1818

1919
## Mac OSX -- OSXFUSE
2020

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+
```
2227

2328
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:
2429

0 commit comments

Comments
 (0)