diff options
| -rw-r--r-- | ports/esp32/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/README.md b/ports/esp32/README.md index ffd651c45..16855505f 100644 --- a/ports/esp32/README.md +++ b/ports/esp32/README.md @@ -64,7 +64,7 @@ the following commands on (at least) Linux: $ export PATH=$PATH:$HOME/esp/crosstool-NG/builds/xtensa-esp32-elf/bin -You cam put this command in your `.profile` or `.bash_login`. +You can put this command in your `.profile` or `.bash_login`. You then need to set the `ESPIDF` environment/makefile variable to point to the root of the ESP-IDF repository. You can set the variable in your PATH, |
