From b2896a3bb9b952086a40a3786c4a796f91d19811 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Thu, 16 Apr 2026 21:21:28 +0400 Subject: [PATCH] docs: add AUR installation command (#610) --- docs/docs/installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 70449890f8ee64a263230376362756d0ad0495bc..f550fd7ddc313c07988813f42f529cb42e1fb837 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -71,6 +71,16 @@ You can install Matcha via Flatpak using the following command: flatpak install https://matcha.floatpane.com/matcha.flatpakref ``` +### AUR (Arch Linux) (unofficial) + +> Note: This is an unofficial package, not maintained by the Matcha team. Use at your own risk. For any issues with the AUR package, please contact the maintainer ([Dominiquini](https://github.com/Dominiquini)). + +If you're using Arch Linux, you can install Matcha from the AUR: + +```bash +yay -S matcha-client-bin +``` + ### Nix You can run Matcha directly using [Nix](https://nixos.org/) flakes: