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
This commit is contained in:
izmyname 2024-11-30 22:46:41 +05:00 committed by GitHub
parent eab742635f
commit 489135bda0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,6 +70,12 @@ or a tagged release from the arch packages:
sudo pacman -S hyprland 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. 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). In case of errors you can downgrade easily with [downgrade](https://github.com/archlinux-downgrade/downgrade).