summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2018-10-16 06:06:19 -0700
committerNikolaus Rath <Nikolaus@rath.org>2018-10-16 06:06:19 -0700
commite469e1f8d19408e83d30aa1cfab06dd133304ad8 (patch)
tree70a5bc88bea1f7a4c3f91e5e2d022311cd5603b6 /README.md
parente8bcd8461ce7dfdc7366f44bad8d855696e73c3b (diff)
downloadfuse-e469e1f8d19408e83d30aa1cfab06dd133304ad8.tar.gz
Bump minimum Meson version
According to user reports (https://github.com/libfuse/libfuse/pull/300), we need at least version 0.42.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 80fc1b6..5209b3a 100644
--- a/README.md
+++ b/README.md
@@ -37,9 +37,9 @@ Installation
You can download libfuse from
https://github.com/libfuse/libfuse/releases. To build and install, we
-recommend to use [Meson](http://mesonbuild.com/) (version 0.38 or
-newer) and [Ninja](https://ninja-build.org). After extracting the
-libfuse tarball, create a (temporary) build directory and run Meson:
+recommend to use [Meson](http://mesonbuild.com/) and
+[Ninja](https://ninja-build.org). After extracting the libfuse
+tarball, create a (temporary) build directory and run Meson:
$ mkdir build; cd build
$ meson ..