1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00

add requirements

This commit is contained in:
Mathias Buus 2015-03-12 03:19:03 +01:00
parent 8c3bda11a6
commit 070cd6ffe1

View File

@ -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