readme: add packages section
This commit is contained in:
parent
d0b10e88bc
commit
f0e9e7102d
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue