diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index ac41406..d6d55c4 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -65,14 +65,26 @@ 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 [guru](https://wiki.gentoo.org/wiki/Project:GURU) overlay. +The hyprland and xdg-desktop-portal-hyprland packages are available in the main tree: + +```sh +emerge --ask gui-wm/hyprland +emerge --ask gui-libs/xdg-desktop-portal-hyprland +``` + +Additional packages like hyprland-plugins, hyprpaper and hyprpicker are available in the [GURU](https://wiki.gentoo.org/wiki/Project:GURU) overlay. Community-contributed scripts are also available in GURU as part of the hyprland-contrib package. ```sh eselect repository enable guru emaint sync -r guru -emerge --ask --verbose hyprland +emerge --ask gui-apps/hyprland-plugins +emerge --ask gui-apps/hyprpaper +emerge --ask gui-apps/hyprpicker +emerge --ask gui-wm/hyprland-contrib ``` +For USE flags and more details, read the [Gentoo wiki page](https://wiki.gentoo.org/wiki/Hyprland) about Hyprland. + {{}} {{< tab "FreeBSD*" >}} Hyprland and related are in the default repository: