Fix meson deprecation warning
authorMatthias Goergens <matthias.goergens@gmail.com>
Wed, 29 Mar 2023 03:07:04 +0000 (11:07 +0800)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 29 Mar 2023 08:17:05 +0000 (09:17 +0100)
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.

README.md

index 052effc94afca166ff1bd952daf67d6a44774546..1b02149a44fae67a29b7b295162bec7e9ecc340b 100644 (file)
--- 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