From 112a30470f1595d8cfa06d6ad95746c7f7511a52 Mon Sep 17 00:00:00 2001 From: dequis <dx@dxzone.com.ar> Date: Tue, 16 May 2023 23:42:53 +0200 Subject: [PATCH] Simplify submodules stuff in readme --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d424a5c572..79d150add3 100644 --- a/README.md +++ b/README.md @@ -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: -- GitLab