mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
Reference to fs-fuse project (#55)
* Referece to fs-fuse project * Move reference to `fs-fuse` to a "see also" section
This commit is contained in:
parent
889ef16e9b
commit
0fc47e4ad9
@ -100,6 +100,10 @@ process.on('SIGINT', function () {
|
||||
})
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
[fs-fuse](https://github.com/piranna/fs-fuse) is a wrapper module build on top of `fuse-bindings` that allow you to export and mount any `fs`-like object as a FUSE filesystem.
|
||||
|
||||
## API
|
||||
|
||||
#### `fuse.mount(mnt, ops, [cb])`
|
||||
|
Loading…
Reference in New Issue
Block a user