From 556d1dc9b8ea8f3c6a0759c960597bd667681b77 Mon Sep 17 00:00:00 2001 From: Lennard Kittner Date: Sun, 17 Aug 2025 23:02:20 +0200 Subject: [PATCH] Add readme submodule instruction --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 55b4e79..6524370 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ Once created, replug the wireless dongle. ## 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: `cargo build --release --bin hyper_headset_cli`