From eb8d8b588ac518d6e611aece05366ca5800abc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 20 Dec 2018 21:24:53 +0100 Subject: [PATCH] Add note about Git submodules for Docker build --- docs/en/build.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/build.md b/docs/en/build.md index f66a73ea6f..7f5b03b867 100644 --- a/docs/en/build.md +++ b/docs/en/build.md @@ -10,6 +10,10 @@ Not available yet. ### Docker Image Occasional NodeMCU firmware hackers don't need full control over the complete tool chain. They might not want to setup a Linux VM with the build environment. Docker to the rescue. Give [Docker NodeMCU build](https://hub.docker.com/r/marcelstoer/nodemcu-build/) a try. +!!! caution + + Take note that you need to clone the repository including Git submodules just as described below for the Linux environment. + ### Linux Build Environment NodeMCU firmware developers commit or contribute to the project on GitHub and might want to build their own full fledged build environment with the complete tool chain.