diff options
author | Mathieu Blondel <mathieu@mblondel.org> | 2007-05-22 16:45:14 +0000 |
---|---|---|
committer | Mathieu BlondelMathieu Blondel <mathieu@mblondel.orgmathieu@mblondel.org> | 2007-05-22 16:45:14 +0000 |
commit | 90a55111a243262cd214edf68625517d4d9d0f8e (patch) | |
tree | cd09aa594ecb39d65b43b7409323ad25b2a05d1f /README | |
parent | 881cfca0888997d57db8893ca6e1523a2fb1f5a7 (diff) | |
download | wikipediafs-90a55111a243262cd214edf68625517d4d9d0f8e.tar.gz |
- Updated README and manpage.
- Fixed mount from fstab.
git-svn-id: http://svn.code.sf.net/p/wikipediafs/code/trunk@44 59acd704-e115-0410-a914-e735a229ed7c
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,9 +6,9 @@ View and edit Wikipedia articles as if they were real files. Requirements ------------ -Python -Fuse -Python-Fuse +Python 2.4 http://www.python.org +Fuse 2.6.3 http://fuse.sourceforge.net +Fuse-python 0.2 http://fuse.sourceforge.net/wiki/index.php/FusePython Install ------- @@ -46,11 +46,11 @@ Try this: ** Other -The FAQ available on the official Fuse website is worth reading. +The FAQ available on the official Fuse website is probably worth reading. URL : http://fuse.sourceforge.net/ License ------- WikipediaFS is distributed under the terms of the GNU General Public -License. See the COPYING file for more information.
\ No newline at end of file +License. See the COPYING file for more information. |