Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down