From 6d19510e79d3b3cafb12d3f64d828e1e5146f84c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Tue, 6 Mar 2018 23:28:05 +0100 Subject: [PATCH] Add submodule init --- docs/en/build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/build.md b/docs/en/build.md index fe03c7e5..5269dce0 100644 --- a/docs/en/build.md +++ b/docs/en/build.md @@ -28,8 +28,10 @@ The `make` command initiates the build process, which will start with the config GNU make version 4.0 or higher is required for a successful build. Versions 3.8.2 and below will produce an incomplete firmware image. Updating your clone from upstream needs an additional command to update the submodules as well: + ``` git pull origin dev-esp32 +git submodule init #only if repo was cloned w/o submodules init git submodule update --recursive ```