diff --git a/README.md b/README.md
index 013c6f93ac..45790a516c 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,8 @@ cd hardware
 mkdir esp8266com
 cd esp8266com
 git clone https://github.com/esp8266/Arduino.git esp8266
+cd esp8266
+git submodule update --init
 ```
 - Download binary tools (you need Python 2.7)
 ```bash