Skip to content

Commit 89721ed

Browse files
committed
Update readme to link to AUR package, clarify version of libwebsockets
needed
1 parent df8d0b9 commit 89721ed

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@ For example on Gnome: [Gnome Keyboard Shortcuts](https://help.gnome.org/users/gn
1515

1616
This tool is built to be run on Linux.
1717

18-
1. Install `libwebsockets` library.
18+
### Arch Linux
1919

20-
Debian/Ubuntu
21-
```
22-
apt install libwebsockets19t64
23-
```
20+
Build and install the AUR package - [tshotkeytrigger](https://aur.archlinux.org/packages/tshotkeytrigger).
21+
22+
### Other
2423

25-
Arch Linux
24+
You can download the provided binary from [Releases](https://github.com/jmansar/tshotkeytrigger/releases) page. Extract the archive and place the executable in your preferred directory.
25+
26+
The binary requires the `libwebsockets` shared library, version 4.3.*. Use your system's package manager to install the library.
27+
28+
For example, on Debian/Ubuntu:
2629
```
27-
pacman -S libwebsockets
30+
apt install libwebsockets19t64
2831
```
2932

30-
2. Download the archive from the releases page, extract it and copy the executable to your selected directory.
31-
3233
## Usage
3334

3435
For a list of available options and usage instructions run:

0 commit comments

Comments
 (0)