Unverified Commit d1eb9bfe authored by Boh_132_Boh's avatar Boh_132_Boh Committed by GitHub

Updated meson build instructions (#402)

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.
parent d2b79740
......@@ -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
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment