Update name of cli app

This commit is contained in:
Lennard Kittner
2025-03-27 23:16:01 +01:00
parent 37332b133e
commit 1dab46fdeb

View File

@@ -70,8 +70,8 @@ Once created, replug the wireless dongle.
## Building
To only build the cli_app on MacOS, use:
`cargo build --release --bin cli_app`
To only build the CLI app on MacOS, use:
`cargo build --release --bin hyper_headset_cli`
To build both applications on Linux, use:
`cargo build --release`