Index: /branches/prototype-v0/docs/install/installation.rst
===================================================================
--- /branches/prototype-v0/docs/install/installation.rst	(revision 904)
+++ /branches/prototype-v0/docs/install/installation.rst	(revision 905)
@@ -165,5 +165,20 @@
 
 In case you want to convert an existing zcfg file then, you can use
-the ``zcfg2sql`` tool from the command line.
+the ``zcfg2sql`` tool from the command line. It can be found in
+``thirds/zcfg2sql`` and can be build simply by running the ``make``
+command. After compilation you only need to give it the path of the
+zcfg file you want to obtain the SQL queries required to store the
+metadata informations in the database rather than in zcfg file.
+
+For instance you may use the following command:
+
+.. code::
+
+    #Direct import in the zoo_metadb database
+    ./zcfg2sql /Path/To/MyZCFGs/myService.zcfg | psql zoo_metadb
+    #Create a SQL file for a futur import
+    ./zcfg2sql /Path/To/MyZCFGs/myService.zcfg > myService.sql
+
+
 
 YAML Support (Optional) 
