From 4657666319bab4be7162acf853c2673c44fcf313 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 24 Jan 2019 01:41:09 +1000 Subject: [PATCH] Correct 'git submodule' syntax (#5654) 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 3ef16bcc8..54d4b22c4 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.