Installation: unbreak Meson steps

- ninja doesn't support `--tags` unlike meson
- `--skip-subprojects` is more clear than `--tags runtime,man`
This commit is contained in:
Jan Beich 2023-04-25 14:07:21 +00:00
parent 829f68e33a
commit 5b511bf2ec
1 changed files with 2 additions and 2 deletions

View File

@ -220,8 +220,8 @@ _CMake is always recommended as it's the intended way Hyprland should be install
```plain
meson subprojects update --reset
meson setup build
ninja -C build
ninja -C build install --tags runtime,man
meson compile -C build
meson install -C build --skip-subprojects
```
Refer to [Debugging](../../Contributing-and-Debugging) to see how to build &