Switch to side-by-side view

--- a/readme.md
+++ b/readme.md
@@ -13,20 +13,18 @@
 
 `git clone https://<username>@opensourceprojects.eu/git/p/vfos/assets/enablers/nen/code vfos-assets-enablers-nen-code`
 
-##### 2.2. Instalation Docker:
-`1 - Permission for run.sh file (chmod 777 run.sh)
- 2 - Run script: ./run.sh`
-
-##### 2.3. Run multi-container Docker application
+##### 2.2. Run multi-container Docker application
 `This multi-container Docker application is composed by two services: `enabler` and `MySQL`.`
 
-#### 2.4. Usage
+`Navigate to the clone directory and execute `docker-compose up --build` to startup the multi-container enabler on background.`
+
+#### 2.3. Usage
 
 `Whenever it's needed to have this enabler runnig, please execute `docker-compose up`.`
 
 `On the browser please navigate to `localhost:5000` to reach the frontend module.`
 
-For this enabler execute will need the following Environment Variables:
+Notification enabler will need the following Environment Variables:
 `PORT 
 USEREMAIL 
 USERPWD
@@ -34,7 +32,7 @@
 DBPASSWORD
 DATABASE`
 
-`This Environment Variables will be in data.env file.`
+`This Environment Variables will be in data.env file, locate on the clone directory.`
 
 #### 3. API