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" %}}