From 99f25ac1a4a9399441f18a5f468cb6692c8ce75a Mon Sep 17 00:00:00 2001 From: chinh4thepro <34662114+chinh4thepro@users.noreply.github.com> Date: Wed, 9 Nov 2022 11:47:22 -0500 Subject: [PATCH] Help prevent errors (#48) adding ``emaint sync -r wayland-desktop`` will help prevent non-existent directory errors when trying to install hyprland on gentoo. --- pages/Getting Started/Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 75112b4..fad9c05 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -63,6 +63,7 @@ The hyprland package is available in the [wayland-desktop](https://github.com/bs ```sh eselect repository enable wayland-desktop +emaint sync -r wayland-desktop emerge --ask --verbose hyprland ```