aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README8
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cf5f021..92dfb80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-23 Mathieu Blondel <mblondel@users.sourceforge.net>
+
+- Improved README.
+
=== WikipediaFS 0.2 ===
2006-06-21 Dave Holland <dave@biff.org.uk>
diff --git a/README b/README
index 4d53923..3982d2f 100644
--- a/README
+++ b/README
@@ -60,14 +60,16 @@ $ mkdir ~/wfs/
$ mount.wikipediafs ~/wfs/
-To run mount.wikipediafs without root privileges, you have to set the right
-permissions, for /usr/bin/fusermount and /dev/fuse. For example,
+To run mount.wikipediafs without root privileges, you may have to set the right
+permissions for /usr/bin/fusermount and /dev/fuse if your distribution has not
+already done it for you. For example,
# adduser your_username fuse
# chmod 4750 /usr/bin/fusermount
# chgrp fuse /dev/fuse /usr/bin/fusermount
-(You must log out and log in again so that changes are taken into account.)
+(You may have to log out and log in again so that changes are taken into
+account.)
Unmount
-------