Skip to content

Commit

Permalink
Correct 'git submodule' syntax (#5654)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrmoreno007 committed Jan 24, 2019
1 parent cedd162 commit 17c7f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Instrucciones - Windows 10
.. code:: bash
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
git submodules update --init
git submodule update --init
Si tiene mensajes de error sobre archivos faltantes relacionados con ``SoftwareSerial`` durante el proceso de compilación, debe ser porque omitió este paso y es necesario.
Expand Down Expand Up @@ -163,7 +163,7 @@ Instrucciones - Otros Sistemas Operativos
.. code:: bash
cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266
git submodules update --init
git submodule update --init
Si tiene mensajes de error sobre archivos faltantes relacionados con ``SoftwareSerial`` durante el proceso de compilación, debe ser porque omitió este paso y es necesario.
Expand Down

0 comments on commit 17c7f13

Please sign in to comment.