From 070cd6ffe10c3a2effefd16c224d627096ad5594 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Thu, 12 Mar 2015 03:19:03 +0100 Subject: [PATCH] add requirements --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 32aaea3..2b42dcf 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ npm install fuse-bindings Created because [fuse4js](https://github.com/bcle/fuse4js) isn't maintained anymore and doesn't compile on iojs +## Requirements + +You need to have FUSE installed + +* On Linux/Ubuntu `sudo apt-get install libfuse-dev` +* On OSX install [OSXFuse](http://osxfuse.github.com/) + ## Usage Try creating an empty folder called `mnt` and run the below example