From 489135bda027ab63cba64d23be0374b402f7727d Mon Sep 17 00:00:00 2001 From: izmyname <135810812+izmyname@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:46:41 +0500 Subject: [PATCH] Installation: add a mention of hyprland-meta package under Arch section (#890) * Installation: add a mention of hyprland-meta package under Arch section * Installation: update text * anyway --- pages/Getting Started/Installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 047f006..c25207a 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -70,6 +70,12 @@ or a tagged release from the arch packages: sudo pacman -S hyprland ``` +Alternatively, install the `hyprland-meta` package to automatically fetch and compile the latest git versions of all components within the hypr* ecosystem. + +```shell +yay -S hyprland-meta-git +``` + If you decide to use the `git` version from the AUR, you can use the [Chaotic Aur](https://aur.chaotic.cx/) to get pre-built binaries. In case of errors you can downgrade easily with [downgrade](https://github.com/archlinux-downgrade/downgrade).