Skip to content

Commit

Permalink
Updated meson build instructions (#402)
Browse files Browse the repository at this point in the history
Just switched from "meson build --prefix=/usr" to "meson setup build --prefix=/usr " as while compiling I received this warning:

WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
  • Loading branch information
Boh132Boh authored Mar 14, 2024
1 parent d2b7974 commit d1eb9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ But we recommend to use [Guix Home](https://guix.gnu.org/manual/devel/en/html_no
- `libnotify`

```zsh
meson build --prefix=/usr
meson setup build --prefix=/usr
ninja -C build
meson install -C build
```
Expand Down

0 comments on commit d1eb9bf

Please sign in to comment.