From 34511bc9c997e9588442a96cd166c8977ac794c1 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Mon, 5 Aug 2024 14:46:32 +0200 Subject: [PATCH] installation: add commands to arch instructions Most other distro instructions contain the command, this brings arch more in line with them. --- pages/Getting Started/Installation.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index efbdf2b..525edc9 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -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.