Installation: invoke Git when using Meson like with CMake

Trying to build in a random directory like HOME may fail or build
something else. So, provide the context for a user who skipped
reading CMake section.
This commit is contained in:
Jan Beich 2023-04-25 14:34:10 +00:00
parent 5b511bf2ec
commit ac1ba73ad9
1 changed files with 2 additions and 1 deletions

View File

@ -218,7 +218,8 @@ _CMake is always recommended as it's the intended way Hyprland should be install
### Meson
```plain
meson subprojects update --reset
git clone --recursive https://github.com/hyprwm/Hyprland
cd Hyprland
meson setup build
meson compile -C build
meson install -C build --skip-subprojects