mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-12-04 18:05:58 +01:00
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:
parent
eab742635f
commit
489135bda0
1 changed files with 6 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue