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

View file

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