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