Help prevent errors (#48)

adding ``emaint sync -r wayland-desktop`` will help prevent non-existent directory errors when trying to install hyprland on gentoo.
This commit is contained in:
chinh4thepro 2022-11-09 11:47:22 -05:00 committed by GitHub
parent 703305c5be
commit 99f25ac1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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
```