From fb62203daec3fec31118f7b15c0f1391e7920ef2 Mon Sep 17 00:00:00 2001 From: Benjy <123623302+brrock@users.noreply.github.com> Date: Sun, 4 Aug 2024 10:55:15 +0100 Subject: [PATCH] Installation: add Debian (#733) Co-authored-by: Mihai Fufezan --- pages/Getting Started/Installation.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 889b72b..346aab8 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -92,6 +92,25 @@ If you are on an older version of Fedora, you can also compile it yourself by following the instructions [here](https://github.com/hyprwm/Hyprland/discussions/284) +{{% /details %}} +{{% details title="Debian*" closed="true" %}} + +Hyprland recently made it into the SID repos and can be installed with + +```sh +sudo apt install hyprland +``` +Note: Soon Hyprland will be in the trixie repos, but as it is bleeding edge it is only recommended to install with Sid even if any other repo got Hyprland. + +Alternatively, you can also follow the instructions under +["Manual (Manual Build)"](#manual-manual-build) to build Hyprland yourself. + +{{< callout type=info >}} + +Hyprland is not available for Bookworm as its packages are too old. + +{{< /callout >}} + {{% /details %}} {{% details title="Gentoo*" closed="true" %}}