From 4f9ee5d068fea9955b365a2e1c003fbd8a5a920d Mon Sep 17 00:00:00 2001 From: kripton Date: Thu, 17 Nov 2022 22:18:07 +0100 Subject: [PATCH] Add --recursive to the clone command See #59 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9139c00..1821fea 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The build process will also build the React App for the integrated Web UI. For t With all dependencies installed, the following steps should suffice (example is for Linux, might differ for other OS): ``` -git clone https://github.com/OpenLightingProject/rp2040-dmxsun.git +git clone --recursive https://github.com/OpenLightingProject/rp2040-dmxsun.git cd rp2040-dmxsun mkdir build cd build