From c35b3c9f243f82c8b5a72c55e1bb0b59e4f0b942 Mon Sep 17 00:00:00 2001 From: chinh4thepro <34662114+chinh4thepro@users.noreply.github.com> Date: Sun, 19 Feb 2023 20:59:58 +0000 Subject: [PATCH] Switch from ``wayland-desktop`` to ``guru`` overlay (#131) People are having problems compiling the wayland-desktop variant --- pages/Getting Started/Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 384d452..6baccd7 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -59,11 +59,11 @@ Note: _Hyprland is not available for Leap, as most libraries (and compiler) that {{< /tab >}} {{< tab "Fedora" >}}{{< /tab >}} {{< tab "Gentoo" >}} -The hyprland package is available in the [wayland-desktop](https://github.com/bsd-ac/wayland-desktop) overlay. +The hyprland package is available in the [guru](https://wiki.gentoo.org/wiki/Project:GURU) overlay. ```sh -eselect repository enable wayland-desktop -emaint sync -r wayland-desktop +eselect repository enable guru +emaint sync -r guru emerge --ask --verbose hyprland ```