From 61424612bfc3b16f9c1028c2120122e19feacd39 Mon Sep 17 00:00:00 2001 From: firtoz <108406948+firtoz@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:00:48 +0700 Subject: [PATCH] feat: Add AUR badge and installation instructions for Arch Linux --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e84ec433..b8fd5dbb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Language: EN | [简中](README.zh-CN.md)
### Create polished, pro-grade screen recordings. @@ -132,6 +133,18 @@ https://github.com/webadderall/Recordly/releases --- +## Arch Linux / Manjaro (yay) + +Install from the AUR ([recordly-bin](https://aur.archlinux.org/packages/recordly-bin)): + +```bash +yay -S recordly-bin +``` + +PKGBUILD, desktop entry, release sync, and optional **local-from-source** packaging live in **[recordly-aur](https://github.com/firtoz/recordly-aur)** so this repository stays free of Arch release chores. For maintainer contact and how the package is updated, see that repo or the AUR package page. + +--- + ## Build from source ```bash