Update clone command to include submodules

This commit is contained in:
Rune Harlyk
2026-03-20 16:06:39 +01:00
parent e1d37a907d
commit 37474e840d
+1 -1
View File
@@ -245,7 +245,7 @@ Complete build instructions are available in the documentation:
**Build and flash:** **Build and flash:**
```bash ```bash
git clone https://github.com/runeharlyk/SpotMicroESP32-Leika git clone --recurse-submodules https://github.com/runeharlyk/SpotMicroESP32-Leika
cd SpotMicroESP32-Leika cd SpotMicroESP32-Leika
cd app cd app