From 178cce7b600456f94ae0a2ab87801e1a1f115621 Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 25 Feb 2021 17:56:04 +0100 Subject: [PATCH] readme: added submodule update precision --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8adda52..39da7b8 100644 --- a/README.md +++ b/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 ```