Pārlūkot izejas kodu

readme: added submodule update precision

bach 4 gadi atpakaļ
vecāks
revīzija
178cce7b60
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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
 git pull figli master
+# then update all submodules
 git submodule update --recursive --checkout
 git submodule update --recursive --checkout
+# or only one
+git submodule update app/
+# or
+git submodule update api/
 make api_maj_config
 make api_maj_config
 ```
 ```