add link install toolchain

This commit is contained in:
Tuan PM
2018-02-17 12:26:35 +07:00
parent 4721921bd2
commit 6c9b83237c

View File

@ -22,10 +22,10 @@ Clone this component to [ESP-IDF](https://github.com/espressif/esp-idf) project
git submodule add https://github.com/tuanpmt/espmqtt.git components/espmqtt
```
Or run a sample (make sure you have `IDF_PATH` env):
Or run a sample (make sure you have installed the [toolchain](http://esp-idf.readthedocs.io/en/latest/get-started/index.html#setup-toolchain)):
```
git clonehttps://github.com/tuanpmt/espmqtt.git
git clone https://github.com/tuanpmt/espmqtt.git
cd espmqtt/examples/mqtt_tcp
make menuconfig
make flash monitor