--- a/readme.md
+++ b/readme.md
@@ -3,27 +3,28 @@
 
 #### 1. Prerequisite
 
-
-// Docker e nao como prerequisito
-In order to run this enabler code on your local machine you should have installed:
-
-**MySQL** should be installed and running at: `localhost:3306`
-
+In order to run this enabler code on your local machine you should have installed Docker.
 
 #### 2. Instalation
 
-##### 2.1 Clone the code repository:
+Make sure the docker is installed on the system environment. 
+
+##### 2.1. Clone the code repository:
 
 `git clone https://<username>@opensourceprojects.eu/git/p/vfos/assets/enablers/nen/code vfos-assets-enablers-nen-code`
 
-#### 3. Instalation Docker:
-`To be successful, the database (MySQL) will be in one container and the notification enabler will be in another container. In the Notification Enabler is present a Dockerfile, which is defined the way to be executed and also is present a docker-compose.yml in which will indicate the services to be executed successfully.`
-
-Script:
-`It is important to run the import.sh script in the DB folder for the creation of the database. The file that contains all the information about the sql is inside the same folder.`
-
-To Execute:
-`It is necessary to create a configuration in the configuration enabler where it will result a data.env file in which will contain the defined environment variables.`
+##### 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
+`This multi-container Docker application is composed by two services: `enabler` and `MySQL`.`
+
+#### 2.4. 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:
 `PORT 
@@ -33,6 +34,8 @@
 DBPASSWORD
 DATABASE`
 
+`This Environment Variables will be in data.env file.`
+
 #### 3. API
 
 ## vf-OS Enablers