Skip to content

Commit

Permalink
installation: add commands to arch instructions
Browse files Browse the repository at this point in the history
Most other distro instructions contain the command, this brings arch
more in line with them.
  • Loading branch information
nydragon authored and fufexan committed Aug 6, 2024
1 parent aa64f5c commit 34511bc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pages/Getting Started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ from source first.

{{% details title="Arch" closed="true" %}}

```plain
hyprland-git (AUR) - compiles from latest source
hyprland - binary x86 tagged release
Install from the AUR, which compiles the latest source:
```shell
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.
Expand Down

0 comments on commit 34511bc

Please sign in to comment.