summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-11-03 13:02:58 -0800
committerGitHub <noreply@github.com>2020-11-03 13:02:58 -0800
commit5a079256d5dc477589588c3e1f451fabef41c170 (patch)
treedf1c5201eb6eb6a6e131e502b437d34741fa7e0f /ports
parent441c2c41fb24f2e2a7bfc890a55fd7acbcf613ba (diff)
parent4055c5ac61f824f7f2cfd72e670037af2f601427 (diff)
Merge pull request #3642 from ehagerty/patch-1
Update README.md
Diffstat (limited to 'ports')
-rw-r--r--ports/esp32s2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32s2/README.md b/ports/esp32s2/README.md
index f3e678de8..0738d520e 100644
--- a/ports/esp32s2/README.md
+++ b/ports/esp32s2/README.md
@@ -30,7 +30,7 @@ Connect these pins using a [USB adapter](https://www.adafruit.com/product/4090)
## Building and flashing ##
-Before building or flashing the ESP32-S2, you must [install the esp-idf](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/get-started/index.html). This must be re-done ever time the esp-idf is updated, but not every time you build. Run `cd ports/esp32s2` from `circuitpython/` to move to the esp32s2 port root, and run:
+Before building or flashing the ESP32-S2, you must [install the esp-idf](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/get-started/index.html). This must be re-done every time the esp-idf is updated, but not every time you build. Run `cd ports/esp32s2` from `circuitpython/` to move to the esp32s2 port root, and run:
```
./esp-idf/install.sh