From 30714769865de4315a3bf008a19a2a6e4ec3afb7 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 16 May 2023 14:30:44 +0200 Subject: [PATCH] readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 02812c4..3c02353 100644 --- a/README.md +++ b/README.md @@ -179,10 +179,6 @@ 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 d7 -git submodule update --checkout src_d7/ -# or only d9 -git submodule update --checkout src_d9/ # if you updated d9 code then run make maj_config ```