From f0e9e7102d97cad7809d98fe1a5077926b7ce582 Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Thu, 24 Aug 2023 22:22:20 +0100 Subject: [PATCH] readme: add packages section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a4b449f..23af095 100644 --- a/README.md +++ b/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: