Add readme submodule instruction

This commit is contained in:
Lennard Kittner
2025-08-17 23:02:20 +02:00
parent daeaefdfac
commit 556d1dc9b8

View File

@@ -70,6 +70,9 @@ Once created, replug the wireless dongle.
## Building ## Building
This project uses git submodules, so before building you have to initialize them via:
`git submodule update --init --recursive`
To only build the CLI app on MacOS, use: To only build the CLI app on MacOS, use:
`cargo build --release --bin hyper_headset_cli` `cargo build --release --bin hyper_headset_cli`