From 1bf7ca74ec191ba2873a0192d95aa3d5824c4398 Mon Sep 17 00:00:00 2001 From: ubermood Date: Sat, 7 Dec 2024 18:31:14 +0100 Subject: [PATCH] Corrected folder from "portapack-mayhem" to "mayhem-firmware". --- Compile-firmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index 749014f..2d280b6 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -75,7 +75,7 @@ If you are inclined for using the command line, you can try the following: * Clone the repository and submodules: ``` git clone https://github.com/portapack-mayhem/mayhem-firmware.git -cd portapack-mayhem +cd mayhem-firmware git submodule update --init --recursive ``` * For building the docker image: