mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-14 12:11:29 +03:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
cbfc5213c1
commit
e2fc18bf12
@@ -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.
|
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
|
```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.
|
As mentioned the server will only work on sway compiled from source with the above mentioned patch applied.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user