mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-16 18:15:58 +01:00
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:
parent
aa64f5c87b
commit
34511bc9c9
1 changed files with 8 additions and 3 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue