update readme to remove excess

master
Bel LaPointe 2023-03-24 11:28:58 -06:00
parent 14017302d0
commit aacdbb3eb2
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ Stateless `X <-> Y` formatting+conversion in Rust
## GUI to UDP to Mayhem-Party
```
$ DEBUG=true OUTPUT_UDP_HOST=192.168.0.19 INPUT_NAME=gui OUTPUT_NAME=udp OUTPUT_FORMAT="$(printf "%s" "{{VALUE}}")" cargo run
$ DEBUG=true OUTPUT_UDP_HOST=192.168.0.19 INPUT_NAME=gui OUTPUT_NAME=udp cargo run
$ INPUT_NAME=udp cargo run | DEBUG=true INPUT_KEYBOARD=true OUTPUT_KEYBOARD=false mayhem-party
```