Skip to content
Snippets Groups Projects
Commit 6cb51e6c authored by dx's avatar dx Committed by q3k
Browse files

Simplify submodules stuff in readme

parent 24d727e1
No related branches found
No related tags found
No related merge requests found
......@@ -66,14 +66,10 @@ Standard ESP-IDF project machinery present and working. You can run `idf.py` fro
### Building
Prepare build:
Prepare submodules:
```
$ cd micropython/
$ make -C mpy-cross
$ cd ports/esp32
$ make submodules
$ cd ../../../
$ make -C micropython/ports/esp32 submodules
```
Build normally with idf.py:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment