From 11a77c3ac3194c78281ce47a71a213ba404956d4 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 23 Jan 2019 22:17:39 +1000 Subject: [PATCH] Correct 'git submodule' syntax Should be singular, not plural (submodule, not submodules) --- doc/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installing.rst b/doc/installing.rst index 3ef16bcc8b..54d4b22c41 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -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.