Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README instructions for FUSE #173

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ all dependencies.
compile with `CGO_ENABLED=1`
* If you are interested in development, please install the development
dependencies as well.
* **WARNING: older versions of OSX FUSE can cause kernel panics when mounting!**
We strongly recommend you use the [latest version](http://osxfuse.github.io/) of OSX FUSE.
([read these IRC logs for help upgrading](https://botbot.me/freenode/ipfs/2014-10-13/?msg=23406704&page=2))
* **WARNING: older versions of OSX FUSE can cause kernel panics on Mac when mounting!**
* To install or upgrade with a binary package, download the latest version of [OSX FUSE](OSX FUSE).
* Alternatively, you can install FUSE with brew: `brew update && brew install osxfuse`. If you receive the error `osxfuse: osxfuse is already installed from the binary distribution and conflicts with this formula.` then uninstall OSX FUSE binary from System Preferences before attempting to `brew install osxfuse` again.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to have troubleshooting or complex instructions. Referring them to the irc conversation or to a github issue (we can create one) is better.



## Usage
Expand Down