Skip to content

Commit e3de77f

Browse files
No3xearlephilhower
authored andcommitted
Fixed paths in documentation (#5983)
1 parent 755f61b commit e3de77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/installing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Instructions - Windows 10
105105
106106
.. code:: bash
107107
108-
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
108+
cd %USERPROFILE%\Documents\Arduino\hardware\esp8266com\esp8266
109109
git submodule update --init
110110
111111
If error messages about missing files related to ``SoftwareSerial`` are encountered during the build process, it should be because this step was missed and is required.
@@ -125,7 +125,7 @@ Instructions - Windows 10
125125
126126
.. code:: bash
127127
128-
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
128+
cd %USERPROFILE%\Documents\Arduino\hardware\esp8266com\esp8266
129129
git status
130130
git pull
131131

0 commit comments

Comments
 (0)