]> granicus.if.org Git - esp-idf/commitdiff
Updated get started instructions for windows following https://esp32.com/viewtopic...
authorkrzychb <krzychb@gazeta.pl>
Wed, 24 Jan 2018 19:41:35 +0000 (20:41 +0100)
committerkrzychb <krzychb@gazeta.pl>
Wed, 14 Mar 2018 18:26:59 +0000 (19:26 +0100)
docs/_static/msys2-terminal-window.png
docs/en/get-started/windows-setup.rst

index d33d9dea1a67e6d2c7591cdb7635e369cda93069..e90a22be597ac742f3921e4604ca7c277fc9c06f 100644 (file)
Binary files a/docs/_static/msys2-terminal-window.png and b/docs/_static/msys2-terminal-window.png differ
index 2085e91082971cba94c6fe4d8f38cd969fd42b5b..e2adebde2916fb19b5f1b5bea30a8a5782ac3992 100644 (file)
@@ -21,7 +21,11 @@ Unzip the zip file to ``C:\`` (or some other location, but this guide assumes ``
 Check it Out
 ============
 
-Open a MSYS2 MINGW32 terminal window by running ``C:\msys32\mingw32.exe``. The environment in this window is a bash shell. 
+Open a MSYS2 MINGW32 terminal window by running ``C:\msys32\mingw32.exe``. The environment in this window is a bash shell. Create a directory named ``esp`` that is a default location to develop ESP32 applications. To do so, run the following shell command::
+
+    mkdir -p ~/esp
+
+By typing ``cd ~/esp`` you can then move to the newly created directory. If there are no error messages you are done with this step.
 
 .. figure:: ../../_static/msys2-terminal-window.png
     :align: center