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)
commited9be128370c93b93895bb1bb61cc1e606277613
tree053095859a618058a1e2ec73779e94b21087ebe6
parentf2144c6c3a0d4eda5f8384b56cdeb5193a3c06ef
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.
README.md