From 26871841d037f7a334cb7666435787deb6296ce9 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 25 Apr 2023 14:34:10 +0000 Subject: [PATCH] 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. --- pages/Getting Started/Installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index bff11bb..50074d9 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -370,7 +370,8 @@ installed._ ### 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