diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2020-02-17 11:36:36 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2020-02-17 11:36:36 +0200 |
commit | d2665937bdb92f5ee6d13d957918860fd703b98a (patch) | |
tree | c1d28479e6a48b6d5403f01d36532862dfd0e16e /README.md | |
parent | 4b87500fef925e591b08cb8aea6bf0a21b84dd72 (diff) | |
download | bindfs-d2665937bdb92f5ee6d13d957918860fd703b98a.tar.gz |
Noted that a proper FUSE 3 port is needed.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ use-cases need `user_allow_other` to be defined in `/etc/fuse.conf`. ## Installation ## Make sure FUSE 2.6.0 or above is installed (https://github.com/libfuse/libfuse). +FUSE 3 is not yet supported. Download a [release](https://bindfs.org/downloads/) or clone this repository. |