diff --git a/README.rst b/README.rst
index 05f10f6ed8dd179e34a25b31f32097bde03b32c2..eb3cf4fb14d0b9074613422d1f851b293f8ec271 100644
--- a/README.rst
+++ b/README.rst
@@ -38,11 +38,19 @@ package, run::
 How to run
 ----------
 
-# bob config set instructions
-`bob config set bob.synface.multipie_projections <path_to_folder>`
-`bob config set bob.db.multipie.directory *<path to folder>*`
-`bob config set bob.db.multipie.annotations_directory *<path_to_folder>*`
-`bob config set bob.synface.latent_directions *<path_to_folder>*`
+Prepare folder configuration
+*********************************
+
+::
+
+    # Folder to store projected Multi-PIE latent projections
+    bob config set bob.synface.multipie_projections <path_to_folder>
+    # Folder containing Multi-PIE images
+    bob config set bob.db.multipie.directory <path_to_folder>
+    # Folder containing Multi-PIE face annotations
+    bob config set bob.db.multipie.annotations_directory <path_to_folder>
+    # Path to the Pickle file where to store computed latent directions
+    bob config set bob.synface.latent_directions <path_to_folder>
 
 
 Contact