diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,5 @@ 2020-02-12 Martin Pärtel <martin dot partel at gmail dot com> - * Stop adding `-ononempty` when mounting a directory on itself with FUSE 3. * Added --fuse-version. 2020-01-08 Martin Pärtel <martin dot partel at gmail dot com> @@ -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. |