summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Goergens <matthias.goergens@gmail.com>2023-03-29 11:07:04 +0800
committerNikolaus Rath <Nikolaus@rath.org>2023-03-29 09:17:05 +0100
commited9be128370c93b93895bb1bb61cc1e606277613 (patch)
tree053095859a618058a1e2ec73779e94b21087ebe6
parentf2144c6c3a0d4eda5f8384b56cdeb5193a3c06ef (diff)
downloadfuse-ed9be128370c93b93895bb1bb61cc1e606277613.tar.gz
Fix meson deprecation warning
When running `meson ..` I get: ``` WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. ``` So let's fix this in the docs.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 052effc..1b02149 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ must use [Meson](http://mesonbuild.com/) and
tarball, create a (temporary) build directory and run Meson:
$ mkdir build; cd build
- $ meson ..
+ $ meson setup ..
Normally, the default build options will work fine. If you
nevertheless want to adjust them, you can do so with the