aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-16 15:05:57 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-16 15:12:29 -0700
commit1c08ee91f68220c1904efbb278f6641403380474 (patch)
tree2165ca08360d08c8cc937ef014f5fe47ed2ec623 /README.md
parent199fc0f8335af5487edb243c05a662b60e311463 (diff)
Various documentation updates
Move README.NFS into doc/ Update project URL Remove reference to non-existent INSTALL file Remove outdated/obsolete NEWS and how-fuse-works files. Update references to examples.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 33c9df9..f2d9ceb 100644
--- a/README.md
+++ b/README.md
@@ -70,8 +70,6 @@ create the `configure` script.
You'll also need a fuse kernel module (Linux kernels 2.6.14 or later
contain FUSE support).
-For more details see the file `INSTALL`
-
Security implications
---------------------
@@ -97,8 +95,8 @@ Building your own filesystem
------------------------------
FUSE comes with several example file systems in the `examples`
-directory. For example, the *fusexmp* example mirrors the contents of
-the root directory under the mountpoint. Start from there and adapt
+directory. For example, the *passthrough* examples mirror the contents
+of the root directory under the mountpoint. Start from there and adapt
the code!
The documentation of the API functions and necessary callbacks is