diff --git a/README.rst b/README.rst
index ecd2281b9db1d7d6ca2c3a5f276c5a48f137cc8b..a08889e83b7dd6ce701cb189d5a04ff9d7b690bf 100644
--- a/README.rst
+++ b/README.rst
@@ -7,6 +7,8 @@
    :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.learn.linear/master/index.html
 .. image:: https://gitlab.idiap.ch/bob/bob.learn.linear/badges/master/build.svg
    :target: https://gitlab.idiap.ch/bob/bob.learn.linear/commits/master
+.. image:: https://gitlab.idiap.ch/bob/bob.learn.linear/badges/master/coverage.svg
+   :target: https://gitlab.idiap.ch/bob/bob.learn.linear/commits/master
 .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
    :target: https://gitlab.idiap.ch/bob/bob.learn.linear
 .. image:: http://img.shields.io/pypi/v/bob.learn.linear.svg
@@ -26,11 +28,10 @@ Bob_. It contains Bob's Linear Machine and Trainers for it.
 Installation
 ------------
 
-Follow our `installation`_ instructions. Then, using the Python interpreter
-provided by the distribution, bootstrap and buildout this package::
+Complete Bob's `installation`_ instructions. Then, to install this package,
+run::
 
-  $ python bootstrap-buildout.py
-  $ ./bin/buildout
+  $ conda install bob.learn.linear
 
 
 Contact