Skip to content

Commit 3c2ba1f

Browse files
committed
fixed missing 'source' command on install line
1 parent 9beefdb commit 3c2ba1f

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)