From 908cc7c474e833c217552821adca002610db7728 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 18 May 2023 21:40:14 +0200 Subject: [PATCH] readme.md corrections --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b8f83a..016915b 100644 --- a/README.md +++ b/README.md @@ -159,9 +159,10 @@ then in main drupal's composer.js file add this in extra ### install the profile's merged dependencies with composer +``` cd ../ composer update - +``` ## sites/default setup @@ -253,7 +254,7 @@ git status git add . ``` -remove file D8-starterit-profile from the git index in order to add it as a submodule. +if necessary, if already here, remove file D8-starterit-profile from the git index in order to add it as a submodule. ```git reset web/profiles/d8-starterkit-profile``` @@ -265,9 +266,9 @@ git submodule add https://figureslibres.io/gogs/bachir/d8-starterkit-profile.git ``` git commit -m "first drupal instal working" ``` -Create new repository on gogs, for durpal +### Create new repository on gogs, for durpal -then +### then ``` git remote add origin https://figureslibres.io/gogs/ouidade/drupal-training.git ```