From 188d5441d0f891e44115df819a10ce29345485a9 Mon Sep 17 00:00:00 2001
From: Anjith GEORGE <anjith.george@idiap.ch>
Date: Tue, 17 Sep 2019 16:32:04 +0200
Subject: [PATCH] Update README.rst

---
 README.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.rst b/README.rst
index 2c08066..1840648 100644
--- a/README.rst
+++ b/README.rst
@@ -66,6 +66,17 @@ Please specify the paths for the database like below::
     [YOUR_WMCA_DB_DIRECTORY] = /databases/WMCA/
     [YOUR_WMCA_ANNOTATIONS_DIRECTORY] = /databases/WMCA/ANNOTATIONS/
 
+Update
+------
+
+With the latest versions the above part (specifying the location of DB) is hadbles by an rc file, in ``.bobrc`` file in the home folder
+
+    $ cat ~/.bobrc
+    {
+    "bob.db.batl.directory": "/databases/WMCA/",
+    "bob.pad.face.database.batl.annotations_temp_dir": "/databases/WMCA/ANNOTATIONS/",
+    }
+    
 
 Contact
 -------
-- 
GitLab