From ab1eadbe221477942cdf06db955b0c8f4349a601 Mon Sep 17 00:00:00 2001 From: tguen <57420975+tguen@users.noreply.github.com> Date: Sun, 14 Mar 2021 16:00:45 -0700 Subject: [PATCH] Update INSTALL.md Signed-off-by: tguen --- docs/INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 6d1a379ff1..6ac0aa43dd 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -64,7 +64,7 @@ git clone --recursive https://github.com/omapsapp/omapsapp.git Update git submodules (sometimes doesn't work automatically): ```bash -git update submodules --init --recursive +git submodule update --init --recursive ``` Configure the repository for the debug mode: @@ -165,7 +165,7 @@ git clone --recursive https://github.com/omapsapp/omapsapp.git Update git submodules (sometimes doesn't work automatically): ``` -git update submodules --init --recursive +git submodule update --init --recursive ``` Configure the repository for the debug mode: @@ -247,7 +247,7 @@ git clone --recursive https://github.com/omapsapp/omapsapp.git Update git submodules (sometimes doesn't work automatically): ``` -git update submodules --init --recursive +git submodule update --init --recursive ``` Configure the repository for the debug mode: