diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2017-11-27 14:21:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 14:21:20 +0200 |
commit | e0975d3fc332d2607df7b72d922a3f10fbca399c (patch) | |
tree | 14cab7278b327a1e4ed1854c776edf1ffe375e85 /README.md | |
parent | 63dcb33c75fee96abeae1e0844b9d4fc26338d21 (diff) | |
download | bindfs-e0975d3fc332d2607df7b72d922a3f10fbca399c.tar.gz |
Readme: link to release downloads
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ 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). + +Download a [release](https://bindfs.org/downloads/) or clone this repository. + Then compile and install as usual: ./configure |