1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Fixed paths in documentation (#5983)

This commit is contained in:
Christian Zöller 2019-04-14 19:31:09 +02:00 committed by Earle F. Philhower, III
parent 755f61b86a
commit e3de77f671

View File

@ -105,7 +105,7 @@ Instructions - Windows 10
.. code:: bash
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
cd %USERPROFILE%\Documents\Arduino\hardware\esp8266com\esp8266
git submodule update --init
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
.. code:: bash
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
cd %USERPROFILE%\Documents\Arduino\hardware\esp8266com\esp8266
git status
git pull