From d81b57b1f9e6ca0bfb2f2b0e504b5035b89c92c7 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 3 Mar 2023 23:06:34 +0100 Subject: [PATCH] Add uinput build example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd73c2..2740e73 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Supports Flatpak's RemoteDesktop portal (for Wayland), Windows and X11. * [Snap](https://snapcraft.io/remote-touchpad) * [Windows](https://github.com/Unrud/remote-touchpad/releases/latest) * Golang: - * Portal & X11: `go install -tags portal,x11 github.com/unrud/remote-touchpad@latest` + * Portal & uinput & X11: `go install -tags portal,uinput,x11 github.com/unrud/remote-touchpad@latest` * Windows: `go install github.com/unrud/remote-touchpad@latest` ## Screenshots