From 7ed548a5dfccbf1c442a48e5eee999cab23869f0 Mon Sep 17 00:00:00 2001 From: germyparker <47568480+germyparker@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:57:18 -0500 Subject: [PATCH] Document installation for MangoWM on Void Linux Added installation instructions for MangoWM on Void Linux. --- docs/installation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 8cb7eafe..031720fb 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -257,6 +257,18 @@ pikman install mangowm --- +### Void Linux + +MangoWM is available as `mangowc` in the standard **Void Repository**. + +You can install it using the `xbps` package manager: + +```bash +xbps-install mangowc +``` + +--- + ## Building from Source If your distribution isn't listed above, or you want the latest unreleased changes, you can build mangowm from source.