diff --git a/README.txt b/README.txt
index a43c48a..fbf084d 100644
--- a/README.txt
+++ b/README.txt
@@ -1,9 +1,19 @@
 Current features:
+-------------------------------------------------------------------------------
 
 1. Droogle navigator
 Lets you open your google drive through Drupal and move between directories.
-Just go to url /droogle
 
 2. Download files from Google Drive
 Take a look on classes DroogleConnector and DroogleFiles.
-There are all required methods.
\ No newline at end of file
+There are all required methods.
+
+
+Configuration
+------------------------------------------------------------------------------
+1. Visit the url admin/config/content/droogle to make the configuration
+   settings.
+2. Run the command "composer require google/apiclient" to install the google api client.
+3. If you do not have composer already, install it by following the link https://getcomposer.org/doc/00-intro.md
+   and the running the command given in step 2.
+4. Visit admin/content/droogle url to link your site to the Google drive.
