readme.md corrections

This commit is contained in:
2023-05-18 21:40:14 +02:00
parent 178adb7c57
commit 908cc7c474
+5 -4
View File
@@ -159,9 +159,10 @@ then in main drupal's composer.js file add this in extra
### install the profile's merged dependencies with composer ### install the profile's merged dependencies with composer
```
cd ../ cd ../
composer update composer update
```
## sites/default setup ## sites/default setup
@@ -253,7 +254,7 @@ git status
git add . 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``` ```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" 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 git remote add origin https://figureslibres.io/gogs/ouidade/drupal-training.git
``` ```