X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=ef681053609bb3a339cfd6d44576180531d4dffd;hb=da45e404b42ba943141067d86215890bc7c05775;hp=f24f0185b7fd1b485a0a10e72d6e60b844f63d5e;hpb=344a15faef55ce5b2b4096b3baeef5ee9bf64891;p=rrq%2Ffuse_xattrs.git diff --git a/README.md b/README.md index f24f018..ef68105 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,18 @@ http://github.com/fbarriga/fuse_xattrs Once fuse_xattrs is installed (see next section) running it is very simple: - fuse_xattrs mountpoint + fuse_xattrs source_directory mountpoint To unmount the filesystem: fusermount -u mountpoint +## Distribution packages + +Archlinux (https://aur.archlinux.org/packages/fuse_xattrs/): + + yaourt -S fuse_xattrs + ## Building