Reported in https://github.com/espressif/esp-idf/issues/1906
\r
For Windows Command Prompt users::\r
\r
- cd %userprofile%\esp\r
+ cd %userprofile%\esp\hello_world\r
idf.py menuconfig\r
\r
.. note:: If you get an error about ``idf.py`` not being found, check the ``tools`` directory is part of your Path as described above in :ref:`get-started-setup-path`. If there is no ``idf.py`` in the ``tools`` directory, check you have the correct branch for the CMake preview as shown under :ref:`get-started-get-esp-idf`.\r
\r
For Windows Command Prompt users::\r
\r
- cd %userprofile%\esp\r
+ cd %userprofile%\esp\esp-idf\r
git pull\r
git submodule update --init --recursive\r
\r