readme: added submodule update precision

This commit is contained in:
2021-02-25 17:57:05 +01:00
parent 178cce7b60
commit 0bbebb34dc
+2 -2
View File
@@ -168,9 +168,9 @@ git pull figli master
# then update all submodules # then update all submodules
git submodule update --recursive --checkout git submodule update --recursive --checkout
# or only one # or only one
git submodule update app/ git submodule update --checkout app/
# or # or
git submodule update api/ git submodule update --checkout api/
make api_maj_config make api_maj_config
``` ```