Browse Source

readme.md corrections

ouidade 11 months ago
parent
commit
908cc7c474
1 changed files with 5 additions and 4 deletions
  1. 5 4
      README.md

+ 5 - 4
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
 ```