Skip to content

Commit

Permalink
Update meson command
Browse files Browse the repository at this point in the history
Removes the following warning

```
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
```
  • Loading branch information
ltrudeau-twoorioles authored and kylophone committed Dec 18, 2023
1 parent eb649d3 commit 6c6d4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvmaf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Ninja package name might be `ninja` or `ninja-build`, depending on your system.
Run:

```
meson build --buildtype release
meson setup build --buildtype release
```

Special cases:
Expand Down

0 comments on commit 6c6d4a6

Please sign in to comment.