diff --git a/docs/en/get-started/index.rst b/docs/en/get-started/index.rst index f6b8a866..5ad104a7 100644 --- a/docs/en/get-started/index.rst +++ b/docs/en/get-started/index.rst @@ -45,7 +45,7 @@ Besides the toolchain (that contains programs to compile and build the applicati Set up path to ESP-MDF ======================= -The toolchain progarms access ESP-MDF using ``MDF_PATH`` environment variable. This variable should be set up on your PC, otherwise projects will not build. The setup method is same as ``IDF_PATH``. +The toolchain programs access ESP-MDF using ``MDF_PATH`` environment variable. This variable should be set up on your PC, otherwise projects will not build. The setup method is same as ``IDF_PATH``. These instructions show this method for ``IDF_PATH``: https://docs.espressif.com/projects/esp-idf/en/stable/get-started/add-idf_path-to-profile.html. .. _get-started-configure: @@ -53,9 +53,9 @@ The toolchain progarms access ESP-MDF using ``MDF_PATH`` environment variable. T Configure =============== -In the terminal window, go to the directory of ``get-started`` by typing ``cd ~/esp/get-started``, and then start project configuation utility ``menuconfig``: :: +In the terminal window, go to the directory of ``get-started`` by typing ``cd ~/esp/esp-mdf/examples/get-started``, and then start project configuation utility ``menuconfig``: :: - cd ~/esp/get-started + cd ~/esp/esp-mdf/examples/get-started make menuconfig * Configure ``examples`` under the submenu ``Example Configuration`` @@ -91,4 +91,4 @@ You can build and flash with ``gen_misc.sh``, which adds timestamp and log savin ``format.sh`` can be used to format the codes:: - $MDF_PATH/tools/format.sh . \ No newline at end of file + $MDF_PATH/tools/format.sh .