diff options
| author | BarbUk <julien.virey@gmail.com> | 2026-02-01 09:33:29 +0400 |
|---|---|---|
| committer | BarbUk <julien.virey@gmail.com> | 2026-02-01 09:33:29 +0400 |
| commit | 2e4c14e64dee930aca007647d89cc943ff3822f3 (patch) | |
| tree | 97982b364e18e80df313b64061d50a7ceef2e45c | |
| parent | 73f46523e23c3539d0d7fa580b0dc63afc24a26b (diff) | |
| download | xdgctl-2e4c14e64dee930aca007647d89cc943ff3822f3.tar.gz | |
Remove $ from term example
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -58,14 +58,16 @@ If you manually add new applications to your `~/.local/share/applications` direc [](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 +yay -Sy xdgctl ``` ## More about XDG |
