From 6c24926b2fbc54a6b1808c534aa5690f82451b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Fri, 14 Feb 2020 12:32:36 -0500 Subject: [PATCH] Updated submodules cloning instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 54b535f5..f64f5c99 100644 --- a/README.md +++ b/README.md @@ -314,4 +314,10 @@ See squeezlite command line, but keys options are - LINKALL (mandatory) - NO_FAAD unless you want to us faad, which currently overloads the CPU - TREMOR_ONLY (mandatory) +- When initially cloning the repo, make sure you do it recursively. For example: + - git clone --recursive https://github.com/sle118/squeezelite-esp32.git +- If you have already cloned the repository and you are getting compile errors on one of the submodules (e.g. telnet), run the following git command in the root of the repository location + - git submodule update --init --recursive + +