From 3a8286d445a0e58d3f61a28a5ab2089ba2e193cd Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 25 Apr 2019 15:09:10 +0000 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 49bd190..213fb56 100644 --- a/readme.md +++ b/readme.md @@ -6,8 +6,10 @@ Wolfgang Hottgenroth * Create an Arduino ESP8266 project in Sloeber * Add esp8266boilerplate as submodule to your project: +``` git submodule init git submodule add git@gitlab.com:wolutator/esp8266boilerplate.git +``` * Copy `ConfigGenerator/ConfigDataStructure.py-example` into your project directory, rename it to `ConfigDataStructure.py`