diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2017-11-27 13:41:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 13:41:05 +0200 |
commit | 63dcb33c75fee96abeae1e0844b9d4fc26338d21 (patch) | |
tree | 1fcfb438717eaeb9dbbda394a74341de4fdceaf1 | |
parent | 28de0c0a89baf4838c306c4c7130db95ef94fafe (diff) | |
download | bindfs-63dcb33c75fee96abeae1e0844b9d4fc26338d21.tar.gz |
Readme: updated URLs
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ ## Overview ## -bindfs - http://bindfs.org/ +bindfs - https://bindfs.org/ bindfs is a FUSE filesystem for mirroring a directory to another directory, similarly to `mount --bind`. The permissions of the mirrored @@ -20,7 +20,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 (http://fuse.sf.net/). +Make sure FUSE 2.6.0 or above is installed (https://github.com/libfuse/libfuse). Then compile and install as usual: ./configure |