From 57a245dc9ef499839c1d92bb00fe7f8ccaa4182f Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 18 Oct 2025 19:18:48 -0400 Subject: [PATCH] . --- blank_project/readme.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/blank_project/readme.md b/blank_project/readme.md index 88f370e..b20de0e 100644 --- a/blank_project/readme.md +++ b/blank_project/readme.md @@ -1,5 +1,12 @@ # CREATING BLANK PROJECT +The idf.py command-line tool provides a front-end for easily managing your project builds, deployment and debugging, and more. + +To start a new project, use `create-project` + +This command creates a new ESP-IDF project. Additionally, the folder where the project will be created in can be specified by the --path option. + ```code bash -# idf.py -``` \ No newline at end of file +# idf.py create-project +``` +