From 0bbebb34dc78516d9e93ec1893ce58850ca1ec6f Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 25 Feb 2021 17:57:05 +0100 Subject: [PATCH] readme: added submodule update precision --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39da7b8..0b9f60a 100644 --- a/README.md +++ b/README.md @@ -168,9 +168,9 @@ git pull figli master # then update all submodules git submodule update --recursive --checkout # or only one -git submodule update app/ +git submodule update --checkout app/ # or -git submodule update api/ +git submodule update --checkout api/ make api_maj_config ```