Add information about archlinux package

Author BarbUk <julien.virey@gmail.com> 2026-02-01 09:32:07 +0400
Committer BarbUk <julien.virey@gmail.com> 2026-02-01 09:32:07 +0400
Commit 73f46523e23c3539d0d7fa580b0dc63afc24a26b (patch)
-rw-r--r-- README.md 18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
...
35
  
35
  
36
## Installation
36
## Installation
37
  
37
  
  
38
### From source
  
39
  
38
```bash
40
```bash
39
git clone https://github.com/mitjafelicijan/xdgctl.git
41
git clone https://github.com/mitjafelicijan/xdgctl.git
40
cd xdgctl
42
cd xdgctl
...
49
```
51
```
50
  
52
  
51
If you manually add new applications to your `~/.local/share/applications` directory, you might need to run `update-desktop-database` again.
53
If you manually add new applications to your `~/.local/share/applications` directory, you might need to run `update-desktop-database` again.
  
54
  
  
55
### Arch Linux package
  
56
  
  
57
[![xdgctl on AUR](https://img.shields.io/aur/version/xdgctl?label=xdgctl)](https://aur.archlinux.org/packages/xdgctl/)
  
58
[![xdgctl-git on AUR](https://img.shields.io/aur/version/xdgctl-git?label=xdgctl-git)](https://aur.archlinux.org/packages/xdgctl-git/)
  
59
  
  
60
xdgctl is available on the [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository):
  
61
- [xdgctl](https://aur.archlinux.org/packages/xdgctl/) (release package)
  
62
- [xdgctl-git](https://aur.archlinux.org/packages/xdgctl-git/) (git package)
  
63
  
  
64
You can install it using your [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) of choice.
  
65
  
  
66
Example:
  
67
```console
  
68
$ yay -Sy xdgctl
  
69
```
52
  
70
  
53
## More about XDG
71
## More about XDG
54
  
72
  
...