浏览代码

readme: added submodule update precision

bach 3 年之前
父节点
当前提交
178cce7b60
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -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
 ```