From 5445d6f2395e796a8559a4aeee1bd66f9b83107b Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Thu, 12 Mar 2026 10:34:31 +0100 Subject: [PATCH] Fix submodule init command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d1efe..65b4383 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains the firmware for the `keyboardeeroy_jenkins` keyboard. 1. Init submodules and build firmware ```bash - $ git submodule update --init + $ git submodule update --init --recursive $ ./build.sh ``` 2. Back up current firmware (optional)