Skip to content

Commit 852f7f8

Browse files
committed
Updated get started instructions for windows following https://esp32.com/viewtopic.php?f=13&t=4232
1 parent a58a2b6 commit 852f7f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
5.46 KB
Loading

docs/en/get-started/windows-setup.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ Unzip the zip file to ``C:\`` (or some other location, but this guide assumes ``
2121
Check it Out
2222
============
2323

24-
Open a MSYS2 MINGW32 terminal window by running ``C:\msys32\mingw32.exe``. The environment in this window is a bash shell.
24+
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::
25+
26+
mkdir -p ~/esp
27+
28+
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.
2529

2630
.. figure:: ../../_static/msys2-terminal-window.png
2731
:align: center

0 commit comments

Comments
 (0)