From: Angus Gratton Date: Thu, 10 May 2018 10:11:45 +0000 (+0800) Subject: docs: Fix some Windows Command Prompt paths X-Git-Tag: v3.1-rc2~9^2~19^2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f07c1ca94ff41e6d5ef325f454a75e450faec217;p=esp-idf docs: Fix some Windows Command Prompt paths Reported in https://github.com/espressif/esp-idf/issues/1906 --- diff --git a/docs/en/get-started/index.rst b/docs/en/get-started/index.rst index 39148baadb..8722a42865 100644 --- a/docs/en/get-started/index.rst +++ b/docs/en/get-started/index.rst @@ -214,7 +214,7 @@ Being in terminal window, go to directory of ``hello_world`` application by typi For Windows Command Prompt users:: - cd %userprofile%\esp + cd %userprofile%\esp\hello_world idf.py menuconfig .. 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`. @@ -369,7 +369,7 @@ Another solution is to update only what has changed. This method is useful if yo For Windows Command Prompt users:: - cd %userprofile%\esp + cd %userprofile%\esp\esp-idf git pull git submodule update --init --recursive