]> granicus.if.org Git - esp-idf/commitdiff
docs: Fix some Windows Command Prompt paths
authorAngus Gratton <angus@espressif.com>
Thu, 10 May 2018 10:11:45 +0000 (18:11 +0800)
committerAngus Gratton <gus@projectgus.com>
Tue, 29 May 2018 06:34:45 +0000 (16:34 +1000)
Reported in https://github.com/espressif/esp-idf/issues/1906

docs/en/get-started/index.rst

index 39148baadbcca4c3e3aa2df48b3196239b5da54e..8722a42865809b7069fcacc48893b43fcd85230d 100644 (file)
@@ -214,7 +214,7 @@ Being in terminal window, go to directory of ``hello_world`` application by typi
 \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
@@ -369,7 +369,7 @@ Another solution is to update only what has changed. This method is useful if yo
 \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