From e2fc18bf127b611ffe9c2b2e94ab6125cf31b513 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Mon, 30 Jan 2023 23:45:29 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 99b4824..e87d24c 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,11 @@ Currently a client is hardcoded to be `client.right`, while a server is configur Client and Server can at the current state not be run on the same server, unless the port is changed in the config in between. -Run Server (sending key events): +Run ```sh -cargo run --bin server +cargo run ``` -Run Client (receiving key events): -```sh -cargo run --bin client -``` As mentioned the server will only work on sway compiled from source with the above mentioned patch applied.