readme: added submodule update precision

This commit is contained in:
2021-02-25 17:56:04 +01:00
parent 5eb3c6e6c2
commit 178cce7b60
+5
View File
@@ -165,7 +165,12 @@ once inside the php container in /var/www/html you can use drush as usual
```
git pull figli master
# then update all submodules
git submodule update --recursive --checkout
# or only one
git submodule update app/
# or
git submodule update api/
make api_maj_config
```