Merge pull request #8803 from romkey/espressif-doc-missing-source
fixed missing 'source' command on install line
This commit is contained in:
commit
b49f5b351f
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ Run ``cd ports/espressif`` from ``circuitpython/`` to move to the espressif port
|
|||
|
||||
.. code-block::
|
||||
|
||||
./esp-idf/export.sh
|
||||
source ./esp-idf/export.sh
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue