Skip to content

Instantly share code, notes, and snippets.

@duvrai
Last active August 29, 2015 14:28
Show Gist options
  • Save duvrai/d0856015e8cbe97557a0 to your computer and use it in GitHub Desktop.
Save duvrai/d0856015e8cbe97557a0 to your computer and use it in GitHub Desktop.
get ifs working on mac

Installing ipfs on mac

brew install ipfs go
brew cask install osxfuse
ipfs init

Make sure that your go installation works by setting environment vars etc...

go get github.com/jbenet/go-fuse-version/fuse-version
sudo mkdir /ipfs /ipns
sudo chown `whoami` /ipfs /ipns
ipfs daemon &
ipfs mount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment