mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
Correct 'git submodule' syntax (#5654)
Should be singular, not plural (submodule, not submodules)
This commit is contained in:
parent
39e31b2352
commit
4657666319
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user