From 829f68e33af23796b86a744e8166f2238b6bbb96 Mon Sep 17 00:00:00 2001 From: 7mile Date: Fri, 5 Jan 2024 19:45:06 +0800 Subject: [PATCH] Fix Gentoo XDPH installation instructions (#431) --- pages/Getting Started/Installation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 1781376..c773ff5 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -76,18 +76,19 @@ Builds for Fedora 38 and additional packages are available in the [solopasha/hyp 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) {{< /tab >}} {{< tab "Gentoo*" >}} -The hyprland and xdg-desktop-portal-hyprland packages are available in the main tree: +The hyprland package is 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. +Additional packages like xdg-desktop-portal-hyprland, 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 gui-libs/xdg-desktop-portal-hyprland emerge --ask gui-apps/hyprland-plugins emerge --ask gui-apps/hyprpaper emerge --ask gui-apps/hyprpicker