|
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 |
[](https://aur.archlinux.org/packages/xdgctl/) |
|
|
58 |
[](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 |
|
|
|
62 |
- [xdgctl](https://aur.archlinux.org/packages/xdgctl/) (release package) |
|
|
63 |
- [xdgctl-git](https://aur.archlinux.org/packages/xdgctl-git/) (git package) |
|
|
64 |
|
|
|
65 |
You can install it using your [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) of choice. |
|
|
66 |
|
|
|
67 |
Example: |
|
|
68 |
|
|
|
69 |
```console |
|
|
70 |
yay -Sy xdgctl |
|
|
71 |
``` |
| 52 |
|
72 |
|
| 53 |
## More about XDG |
73 |
## More about XDG |
| 54 |
|
74 |
|
| ... |
| 89 |
``` |
109 |
``` |
| 90 |
|
110 |
|
| 91 |
### Other useful commands/files |
111 |
### Other useful commands/files |
|
|
112 |
|
| 92 |
```bash |
113 |
```bash |
| 93 |
update-desktop-database ~/.local/share/applications |
114 |
update-desktop-database ~/.local/share/applications |
| 94 |
less ~/.config/mimeapps.list |
115 |
less ~/.config/mimeapps.list |
| ... |