Skip to content

Commit 4657666

Browse files
pfeerickd-a-v
authored andcommitted
Correct 'git submodule' syntax (#5654)
Should be singular, not plural (submodule, not submodules)
1 parent 39e31b2 commit 4657666

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
@@ -106,7 +106,7 @@ Instructions - Windows 10
106106
.. code:: bash
107107
108108
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
109-
git submodules update --init
109+
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.
112112
@@ -180,7 +180,7 @@ Instructions - Other OS
180180
.. code:: bash
181181
182182
cd esp8266
183-
git submodules update --init
183+
git submodule update --init
184184
185185
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.
186186

0 commit comments

Comments
 (0)