Skip to content

Commit 6142461

Browse files
committed
feat: Add AUR badge and installation instructions for Arch Linux
1 parent 3b96608 commit 6142461

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Language: EN | [简中](README.zh-CN.md)
99
<p align="center">
1010
<img src="https://img.shields.io/badge/macOS%20%7C%20Windows%20%7C%20Linux-111827?style=for-the-badge" alt="macOS Windows Linux" />
1111
<img src="https://img.shields.io/badge/open%20source-MIT-2563eb?style=for-the-badge" alt="MIT license" />
12+
<a href="https://aur.archlinux.org/packages/recordly-bin"><img src="https://img.shields.io/aur/version/recordly-bin?label=AUR&style=for-the-badge" alt="AUR recordly-bin" /></a>
1213
</p>
1314

1415
### Create polished, pro-grade screen recordings.
@@ -132,6 +133,18 @@ https://github.com/webadderall/Recordly/releases
132133

133134
---
134135

136+
## Arch Linux / Manjaro (yay)
137+
138+
Install from the AUR ([recordly-bin](https://aur.archlinux.org/packages/recordly-bin)):
139+
140+
```bash
141+
yay -S recordly-bin
142+
```
143+
144+
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.
145+
146+
---
147+
135148
## Build from source
136149

137150
```bash

0 commit comments

Comments
 (0)