You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/installing.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Instructions - Windows 10
106
106
.. code:: bash
107
107
108
108
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
109
-
git submodules update --init
109
+
git submodule update --init
110
110
111
111
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.
112
112
@@ -180,7 +180,7 @@ Instructions - Other OS
180
180
.. code:: bash
181
181
182
182
cd esp8266
183
-
git submodules update --init
183
+
git submodule update --init
184
184
185
185
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.
0 commit comments