diff options
author | Benjamin Chausse <benjamin.chausse@goto.com> | 2025-03-28 09:08:23 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin.chausse@goto.com> | 2025-03-28 09:08:23 -0400 |
commit | 110036ef4255f64eaefbc81e5519b42401cdea94 (patch) | |
tree | 894b78f03ae842e5adbc0b4cce756605aee1a34b | |
parent | d8151d36e1bf8a7c97d5b34f01ac382233f959c6 (diff) |
docs: REAME fixup
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -29,7 +29,8 @@ installed) go install github.com/ChausseBenjamin/termpicker@latest ``` -**From the aur***: +**From the aur**: + Termpicker is on the AUR! :tada: Just install it with you favourite aur package manager (yay, paru, yaourt, etc...) @@ -38,6 +39,7 @@ yay -S termpicker ``` **Manual Installation**: + Just grab the latest release for your platform and install the binary somewhere in your `PATH`. Releases also include a manpage which you can install to your `$XDG_DATA_HOME/man/man1/`. |