From 1c08ee91f68220c1904efbb278f6641403380474 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 16 Oct 2016 15:05:57 -0700 Subject: 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. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3