From 9c0313f6eb26cc2efb28aae84e5847cd14cfb405 Mon Sep 17 00:00:00 2001
From: Artem Baranovskyi <artem.baranovsky1980@gmail.com>
Date: Wed, 7 Aug 2024 22:52:08 +0300
Subject: [PATCH] Small docs update.

---
 readme.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 91da0ae..7113dec 100755
--- a/readme.md
+++ b/readme.md
@@ -6,10 +6,11 @@ To use ASYST with universal BERT model based on German language just Run these c
 docker-compose up -d --build && ./install_moodle.sh
 ~~~
 
-Infrastructure rolls up a Brand New Moodle instance. If you have  
+Infrastructure rolls up a Brand New Moodle instance. If you already have Moodle LMS, you could use it's DB backup at this project. Just paste it at root folder and rename it to moodle_backup.sql 
 
 Use these creds to access Moodle admin page
 admin:rootpassword
+These creds could be easily changed as other environmental variables at .env
 
 ## Development tips
 To facilitate DB monitoring at IDE set such a Database connection URL: 
-- 
GitLab