From f9cbe7aaebba6508d210b4978bf655524d809715 Mon Sep 17 00:00:00 2001 From: Diogo Resende Date: Mon, 17 Oct 2016 12:51:56 +0100 Subject: [PATCH] Adds MacPorts installation information (#33) Should close #32 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c564a..e2fe0d1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ any buffer copys in read/write. It also supports unmount and mouting of multiple You need to have FUSE installed (or Dokany on Windows) * On Linux/Ubuntu `sudo apt-get install libfuse-dev` -* On OSX install [OSXFuse](http://osxfuse.github.com/) and pkg-config, `brew install pkg-config` +* On OSX + * if you use Brew, install [OSXFuse](http://osxfuse.github.com/) and `brew install pkg-config` + * if you use MacPorts, `sudo port install osxfuse +devel` * On Windows see `Windows` down below... ### Windows