Fix READMe to call meson’s “setup” command explicitly
This commit is contained in:
parent
cd4f32e7f2
commit
dce1c441a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue