summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-08 22:35:24 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-08 22:35:24 +0200
commit9e78ab4b866c8bc4cf8b1bc21b848aadc64097cb (patch)
tree9033819f9cdea32d25875c49650ebf5e46634d6f /esp8266
parent814b1ae3a9fbe5779ad24f481331e3567dce86bb (diff)
downloadmicropython-9e78ab4b866c8bc4cf8b1bc21b848aadc64097cb.tar.gz
micropython-9e78ab4b866c8bc4cf8b1bc21b848aadc64097cb.zip
esp8266/README: Add hint about adding toolchain to PATH.
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/esp8266/README.md b/esp8266/README.md
index 17002eefe4..679461755d 100644
--- a/esp8266/README.md
+++ b/esp8266/README.md
@@ -29,7 +29,8 @@ Build instructions
The tool chain required for the build is the OpenSource ESP SDK, which can be
found at <https://github.com/pfalcon/esp-open-sdk>. Clone this repository and
-run `make` in its directory to build and install the SDK locally.
+run `make` in its directory to build and install the SDK locally. Make sure
+to add toolchain bin directory to your PATH.
Then, to build MicroPython for the ESP8266, just run:
```bash