diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2013-09-24 07:47:00 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2013-09-24 07:47:00 +0300 |
commit | c7cfa5ea8034f6ca895a0bd18a0a9e8dfa3b8d33 (patch) | |
tree | 99cad56742df3ebc1e855ebe71375778d927ebcd | |
parent | 7635c0b97e858d599d9abf9d706394a4a9dc0f0c (diff) | |
download | bindfs-c7cfa5ea8034f6ca895a0bd18a0a9e8dfa3b8d33.tar.gz |
readme: we now require FUSE 2.6.0+.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ use-cases need user_allow_other to be defined in /etc/fuse.conf -- Installation -- -Make sure fuse 2.5.3 or above is installed (http://fuse.sf.net/). +Make sure fuse 2.6.0 or above is installed (http://fuse.sf.net/). Then compile and install as usual: ./configure make |