readme: add packages section

This commit is contained in:
John Gebbie 2023-08-24 22:22:20 +01:00
parent d0b10e88bc
commit f0e9e7102d

View file

@ -4,6 +4,17 @@ dotool reads actions from stdin and simulates keyboard/mouse input using
Linux's uinput module. It works system-wide, including in X11, Wayland
and TTYs.
## Install From Packages
Packages of dotool are available on:
- [Alpine](https://pkgs.alpinelinux.org/packages?name=dotool)
- [Arch (AUR)](https://aur.archlinux.org/packages?SeB=n&K=dotool)
- [Nix](https://search.nixos.org/packages?channel=unstable&type=packages&query=dotool)
- [Void](https://voidlinux.org/packages/?q=dotool)
and potentially other platforms.
## Install From Source
With `go`, `libxkbcommon-dev` and `scdoc` installed, run: