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