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
Branches
Tags
No related merge requests found
...@@ -66,14 +66,10 @@ Standard ESP-IDF project machinery present and working. You can run `idf.py` fro ...@@ -66,14 +66,10 @@ Standard ESP-IDF project machinery present and working. You can run `idf.py` fro
### Building ### Building
Prepare build: Prepare submodules:
``` ```
$ cd micropython/ $ make -C micropython/ports/esp32 submodules
$ make -C mpy-cross
$ cd ports/esp32
$ make submodules
$ cd ../../../
``` ```
Build normally with idf.py: Build normally with idf.py:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment