further editorial
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Thu, 11 Nov 2021 03:18:07 +0000 (14:18 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Thu, 11 Nov 2021 03:18:07 +0000 (14:18 +1100)
README.md

index 97da5ee921fba0f3a3b0565b556235218a53bdd5..7082cb3c3339e410de8cf5c7ebd8182f6de217c8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,15 +1,14 @@
 # fuse_xattrs
 
 This is a fuse filesystem that provides extended attribute (xattr)
-support over any filesystem by using "sidecar files", i.e. separate
-files that hold the extended attributes only, named by the same
-pathname as the attributed file or directory with an additional
+support over some other filesystem by using "sidecar files", i.e.
+separate files that hold the extended attributes only, named by the
+same pathname as the attributed file or directory with an additional
 extension ".xattr".
 
-## Original upstream version
-
 This software originated as version 0.4 of
 http://github.com/fbarriga/fuse_xattrs
+at 2021-11-11.
 
 ## How to mount a filesystem
 
@@ -23,14 +22,17 @@ To unmount the filesystem:
 
 ## Building
 
-First you need to download FUSE 2.9 or later from
-http://github.com/libfuse/libfuse.
+libfuse-dev
+libacl1-dev
+libattr1-dev
 
     $ mkdir build
     $ cd build
     build$ cmake ..
     build$ make
 
+attr
+
 Dependencies:
 
     cmake