From f14a4369c5bd4452e43cfced6a14c350bdedc90c Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Tue, 14 Oct 2014 09:01:02 -0500 Subject: [PATCH 1/2] Clarified FUSE warning and upgrade instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fca66056cf..c5aba19e81d 100644 --- a/README.md +++ b/README.md @@ -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 and attempt to `brew install osxfuse` again. ## Usage From 0a3bf1fdf1956694e206d587104297ea47c1caf0 Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Tue, 14 Oct 2014 09:02:23 -0500 Subject: [PATCH 2/2] minor text clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5aba19e81d..e49e7c052e5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ all dependencies. dependencies as well. * **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 and attempt to `brew install osxfuse` again. + * 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. ## Usage