From 884f871d7f0231e842d0071ee44e073936e60955 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 28 Dec 2025 15:05:30 +0100 Subject: [PATCH] docs: add AUR installation instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add AUR badge to shields - Add Arch Linux (AUR) as recommended install method - Reorganize build-from-source section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd44d7a..dc5dd4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Owlry +[![AUR](https://img.shields.io/aur/version/owlry?logo=archlinux&label=AUR)](https://aur.archlinux.org/packages/owlry) [![Rust](https://img.shields.io/badge/rust-1.90%2B-orange.svg)](https://www.rust-lang.org/) [![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE) [![GTK4](https://img.shields.io/badge/GTK-4.12-green.svg)](https://gtk.org/) @@ -19,7 +20,19 @@ A lightweight, owl-themed application launcher for Wayland, built with GTK4 and ## Installation -### Dependencies +### Arch Linux (AUR) + +```bash +# Using yay +yay -S owlry + +# Using paru +paru -S owlry +``` + +### Build from source + +#### Dependencies ```bash # Arch Linux @@ -32,7 +45,7 @@ sudo apt install libgtk-4-dev libgtk4-layer-shell-dev sudo dnf install gtk4-devel gtk4-layer-shell-devel ``` -### Build from source +#### Build Requires Rust 1.90 or later.