docs: add AUR installation instructions
- 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 <noreply@anthropic.com>
This commit is contained in:
17
README.md
17
README.md
@@ -1,5 +1,6 @@
|
||||
# Owlry
|
||||
|
||||
[](https://aur.archlinux.org/packages/owlry)
|
||||
[](https://www.rust-lang.org/)
|
||||
[](LICENSE)
|
||||
[](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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user