From 3c1c38969fa1257b1d6ef95d06a1176de375100e Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Mon, 30 Apr 2018 16:47:38 +0200
Subject: [PATCH] Update installation instructions since conda's usage has
 changed.

---
 doc/installation.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/installation.rst b/doc/installation.rst
index ebbd824e..d2289afd 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -17,8 +17,8 @@ packages that you want to use, use conda_ to install them:
 
 .. code-block:: sh
 
-    $ conda search bob.bio  # searching
-    $ conda search bob.db  # searching
+    $ conda search "bob.bio.*"  # searching
+    $ conda search "bob.db.*"  # searching
     $ conda install bob.bio.base bob.bio.<bioname> bob.db.<dbname>
 
 where you would replace ``<bioname>`` and ``<dbname>`` with the name of
-- 
GitLab