Skip to content

Commit b49f5b3

Browse files
authored
Merge pull request #8803 from romkey/espressif-doc-missing-source
fixed missing 'source' command on install line
2 parents 2a64578 + 3c2ba1f commit b49f5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Run ``cd ports/espressif`` from ``circuitpython/`` to move to the espressif port
168168

169169
.. code-block::
170170
171-
./esp-idf/export.sh
171+
source ./esp-idf/export.sh
172172
173173
When CircuitPython updates the ESP-IDF to a new release, you may need to run this installation process again. The exact commands used may also vary based on your shell environment.
174174

0 commit comments

Comments
 (0)