aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlessio Balsini <balsini@google.com>2022-01-25 10:20:53 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-25 10:20:53 +0000
commitcf2ecd0ca3b023bcd1f492a2a8964154f4253b04 (patch)
tree2cab7816ace50b5f1a8ada440be0efc0cdc1a7c8 /README.md
parent2df88fddbd2487e338c0d816125b2ccdf19e3a34 (diff)
parent67d943a80f139dd731419bef7338285c87c179ab (diff)
downloadlibfuse-cf2ecd0ca3b023bcd1f492a2a8964154f4253b04.tar.gz
Merge tag 'fuse-3.10.5' into HEAD am: cd66eb8d16 am: 0492860686 am: f89a857b27 am: 67d943a80f
Original change: https://android-review.googlesource.com/c/platform/external/libfuse/+/1959081 Change-Id: I6db3bad798490d3319cf0da2f6d7c4bb2b0a968d
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 9 insertions, 16 deletions
diff --git a/README.md b/README.md
index f0f48c4..052effc 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ releases, but unfortunately has no capacity to do any development
beyond addressing high-impact issues. When reporting bugs, please
understand that unless you are including a pull request or are
reporting a critical issue, you will probably not get a response. If
-you are using libfuse, please consider to contribute to the project.
+you are using libfuse, please consider contributing to the project.
Supported Platforms
@@ -50,8 +50,8 @@ Installation
------------
You can download libfuse from
-https://github.com/libfuse/libfuse/releases. To build and install, we
-recommend to use [Meson](http://mesonbuild.com/) and
+https://github.com/libfuse/libfuse/releases. To build and install, you
+must use [Meson](http://mesonbuild.com/) and
[Ninja](https://ninja-build.org). After extracting the libfuse
tarball, create a (temporary) build directory and run Meson:
@@ -59,13 +59,13 @@ tarball, create a (temporary) build directory and run Meson:
$ meson ..
Normally, the default build options will work fine. If you
-nevertheless want to adjust them, you can do so with the *mesonconf*
-command:
+nevertheless want to adjust them, you can do so with the
+*meson configure* command:
- $ mesonconf # list options
- $ mesonconf -D disable-mtab=true # set an option
+ $ meson configure # list options
+ $ meson configure -D disable-mtab=true # set an option
-To build, test and install libfuse, you then use Ninja:
+To build, test, and install libfuse, you then use Ninja:
$ ninja
$ sudo python3 -m pytest test/
@@ -126,7 +126,7 @@ attributes.
Building your own filesystem
------------------------------
-FUSE comes with several example file systems in the `examples`
+FUSE comes with several example file systems in the `example`
directory. For example, the *passthrough* examples mirror the contents
of the root directory under the mountpoint. Start from there and adapt
the code!
@@ -147,10 +147,3 @@ https://lists.sourceforge.net/lists/listinfo/fuse-devel).
Please report any bugs on the GitHub issue tracker at
https://github.com/libfuse/libfuse/issues.
-
-
-Professional Support
---------------------
-
-Professional support is offered via [Rath
-Consulting](http://www.rath-consulting.biz).