From e3727bfb4634d4c5232723beacfd21e609d02853 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 2 Dec 2019 02:16:59 +1100 Subject: [PATCH] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb95d7c..8dabdf9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Then navigate to the root directory on the client and run: python -m input_over_ssh.client -L ``` -This will print a list of all available evdev/uinput devices. If no devices appear, ensure the current user has access to the raw */dev/input* device files (e.g. by adding the user to the *input* group). +This will print a list of all available evdev/libinput devices. If no devices appear, ensure the current user has access to the raw */dev/input* device files (e.g. by adding the user to the *input* group). Then pass the path of the device to be forwarded, and pipe the output to an instance of input-over-ssh running on the server. Also pass the `-u` flag to Python when running the client, to force unbuffered output. For example: