summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBarbUk <julien.virey@gmail.com>2026-02-01 09:32:07 +0400
committerBarbUk <julien.virey@gmail.com>2026-02-01 09:32:07 +0400
commit73f46523e23c3539d0d7fa580b0dc63afc24a26b (patch)
treefa2aad48f76ff326dbef7a3ea883a218533a9ce1 /README.md
parentf7654de715e263554891dbe347368e43d6ab3175 (diff)
downloadxdgctl-73f46523e23c3539d0d7fa580b0dc63afc24a26b.tar.gz
Add information about archlinux package
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index b377e06..c4457ed 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@ sudo xbps-install glibc-devel pkg-config
## Installation
+### From source
+
```bash
git clone https://github.com/mitjafelicijan/xdgctl.git
cd xdgctl
@@ -50,6 +52,22 @@ make PREFIX=~/.local install
If you manually add new applications to your `~/.local/share/applications` directory, you might need to run `update-desktop-database` again.
+### Arch Linux package
+
+[![xdgctl on AUR](https://img.shields.io/aur/version/xdgctl?label=xdgctl)](https://aur.archlinux.org/packages/xdgctl/)
+[![xdgctl-git on AUR](https://img.shields.io/aur/version/xdgctl-git?label=xdgctl-git)](https://aur.archlinux.org/packages/xdgctl-git/)
+
+xdgctl is available on the [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository):
+- [xdgctl](https://aur.archlinux.org/packages/xdgctl/) (release package)
+- [xdgctl-git](https://aur.archlinux.org/packages/xdgctl-git/) (git package)
+
+You can install it using your [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) of choice.
+
+Example:
+```console
+$ yay -Sy xdgctl
+```
+
## More about XDG
### Application directories