From 193c62226c6c5028acb0d2c1bfb5064911a49753 Mon Sep 17 00:00:00 2001
From: bsdfox <bob@drinksbeer.org>
Date: Thu, 28 Apr 2016 09:45:36 -0700
Subject: [PATCH] esp8266/README: Add recently required step of 'make axtls'.

---
 esp8266/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/esp8266/README.md b/esp8266/README.md
index 7c6dfaf8d..b2eae65bd 100644
--- a/esp8266/README.md
+++ b/esp8266/README.md
@@ -41,6 +41,7 @@ dependencies.
 Then, to build MicroPython for the ESP8266, just run:
 ```bash
 $ cd esp8266
+$ make axtls
 $ make
 ```
 This will produce binary images in the `build/` subdirectory. If you install
-- 
GitLab