diff --git a/Compile-firmware.md b/Compile-firmware.md index 8f18c04..74226f4 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -92,4 +92,13 @@ You can use the following _yml _as your template for your CI platform (pipeline `- "/:/havoc"` `trigger_condition: "ALWAYS"` `shell: "SH" -``` \ No newline at end of file +``` + + +## Notes + + + +If you decide to [ignore this guide](https://github.com/eried/portapack-mayhem/issues/75) and use the command line instead, you will need to include submodules + + git clone --recurse-submodules --remote-submodules \ No newline at end of file