installation: add commands to arch instructions

Most other distro instructions contain the command, this brings arch
more in line with them.
This commit is contained in:
Nydragon 2024-08-05 14:46:32 +02:00 committed by Mihai Fufezan
parent aa64f5c87b
commit 34511bc9c9
1 changed files with 8 additions and 3 deletions

View File

@ -37,9 +37,14 @@ from source first.
{{% details title="Arch" closed="true" %}} {{% details title="Arch" closed="true" %}}
```plain Install from the AUR, which compiles the latest source:
hyprland-git (AUR) - compiles from latest source ```shell
hyprland - binary x86 tagged release sudo yay -S hyprland-git
```
or a tagged release from the arch packages:
```shell
sudo pacman -S hyprland
``` ```
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.