From 163f978260afd6f717d742ce875a0bbc7146d836 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Sat, 20 Aug 2022 20:52:51 +0000 Subject: [PATCH] add installation instructions for gentoo Signed-off-by: Aisha Tammy --- pages/Getting Started/Installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 4d93a7c..ecee593 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -44,6 +44,13 @@ hyprland-bin - compiled latest release, prone to breaking on ARM devices as Hypr {{< /tab >}} {{< tab "Nix" >}}Read the [Nix page](../../Nix).{{< /tab >}} {{< tab "Fedora" >}}{{< /tab >}} +{{< tab "Gentoo" >}} +The hyprland package is available in the [wayland-desktop](https://github.com/bsd-ac/wayland-desktop) overlay. +```sh +$ eselect repository enable wayland-desktop +$ emerge --ask --verbose hyprland +``` +{{}} {{< /tabs >}}