From ec9efc9b7e7289ad8faf4f78ac0636374019ce0c Mon Sep 17 00:00:00 2001 From: Wixely Date: Thu, 15 Apr 2021 17:25:30 +0100 Subject: [PATCH] added note for smartypants like me --- Compile-firmware.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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