Skip to content

Commit

Permalink
Correct 'git submodule' syntax (#5654)
Browse files Browse the repository at this point in the history
Should be singular, not plural (submodule, not submodules)
  • Loading branch information
pfeerick authored and d-a-v committed Jan 23, 2019
1 parent 39e31b2 commit 4657666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Instructions - Windows 10
.. code:: bash
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
git submodules update --init
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 Down Expand Up @@ -180,7 +180,7 @@ Instructions - Other OS
.. code:: bash
cd esp8266
git submodules update --init
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 Down

0 comments on commit 4657666

Please sign in to comment.