From 3289210785710c3d33a433bfe9de59226932df7a Mon Sep 17 00:00:00 2001 From: killertofus Date: Sun, 22 Feb 2026 15:01:45 -0700 Subject: [PATCH] Resolved --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ccc1a6e..9d020ae0 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ https://github.com/user-attachments/assets/014c893f-115c-4ae9-8342-f9ae3e9a0df0 - libxcb ## Arch Linux -The package is in the Arch User Repository and is availble for manual download [here](https://aur.archlinux.org/packages/mangowc) or through a AUR helper like yay: +The package is in the Arch User Repository and is availble for manual download [here](https://aur.archlinux.org/packages/mangowc-git) or through a AUR helper like yay: ```bash -yay -S mangowc +yay -S mangowc-git ``` @@ -103,12 +103,13 @@ emerge --ask --verbose gui-wm/mangowc The package is in the third-party Terra repository. First, add the [Terra Repository](https://terra.fyralabs.com/). -## opensuse +## OpenSUSE The package is in the third-party obs repository. install the package: ```bash +sudo zypper install opi opi install mangowc ```