From 103ac9b5b0af35ab80316b3d33091af5afcd4350 Mon Sep 17 00:00:00 2001 From: Jonald Johnston <38843705+JonaldJohnston@users.noreply.github.com> Date: Sat, 22 Aug 2020 18:43:21 -0500 Subject: [PATCH] made a small issue in my last edit, whoops --- Compile-firmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index 8a5863b..8f18c04 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -47,7 +47,7 @@ If you are inclined for using the command line, you can try the following: ``` git clone https://github.com/eried/portapack-mayhem.git cd portapack-mayhem -https://github.com/eried/portapack-mayhem.git +git submodule update --init --recursive ``` * For building: `docker build -t portapackccache -f dockerfile-nogit .`