diff --git a/esp8266/README.md b/esp8266/README.md
index 17002eefe464ee2c31a9f36d7d8df37e19da57a0..679461755d3ad744d79ac2fe60769fe981f3650d 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