From f12a39cd9c06c2f5169b59cd64d7916137d5acc8 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Tue, 14 Oct 2014 02:24:01 -0700 Subject: [PATCH] OSX FUSE note. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28f667e55d0..7fca66056cf 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ 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)) + ## Usage @@ -62,13 +66,13 @@ arguments it takes. After initialization is complete, you can use `ipfs mount`, NOTE: if you have previously installed ipfs before and you are running into problems getting it to work, try deleting (or backing up somewhere else) your -config directory (~/.go-ipfs by default) and rerunning `ipfs init`. +config directory (~/.go-ipfs by default) and rerunning `ipfs init`. ## Contributing go-ipfs is MIT licensed open source software. We welcome contributions big and -small! Please make sure to check the +small! Please make sure to check the [issues](https://github.com/jbenet/go-ipfs/issues). Search the closed ones before reporting things, and help us with the open ones.