From b77f10fe7992ffb2375b90c9844ae3bd4d9687e2 Mon Sep 17 00:00:00 2001
From: "valentin.pocotilenco" <valentin.pocotilenco@renam.md>
Date: Tue, 9 May 2023 10:54:43 +0300
Subject: [PATCH] beautify

---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 40be796..4069aa7 100755
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ sudo nginx -s reload
 ``` 
 
 2. Web application require following PHP extensions
+```
 - bcmath
 - ctype
 - fileinfo
@@ -57,7 +58,7 @@ sudo nginx -s reload
 - pdo
 - tokenizer
 - xml
-
+```
 - check installed PHP extestions using:
 ```
 php -m
@@ -101,12 +102,12 @@ cp vendor/simplesamlphp/simplesamlphp/config-templates/config.php vendor/simples
 ```
 4. simplesaml sp-remote-metadata : !!!to do automatically
 currently found here : technical-test>edugain.org /var/www/earc-deployed/releases/1541529858
-------
-7. configure and populate database
-- update database configuration file : config/database.php
-- populate database using prepared migration, from application root run
+
+5. configure and populate database
+- update database configuration file by addind username, password and database: config/database.php
+- populate database using prepared migration. From application root run:
 ```
 php artisan migrate
 ```
 
-9. check application
\ No newline at end of file
+6. check application
\ No newline at end of file
-- 
GitLab