Fix READMe to call meson’s “setup” command explicitly

This commit is contained in:
coderkun 2025-04-06 16:55:05 +02:00
commit dce1c441a0

View file

@ -36,7 +36,7 @@ For testing the application and running it without (system-wide) installation,
donwload/clone the code, build it with the `--prefix` option and install it
with `ninja`:
$ meson --prefix $(pwd)/install build
$ meson setup --prefix $(pwd)/install build
$ ninja -C build
$ ninja -C build install