From d13ce7b5cd4dfe4c9778f04b062631af47679a75 Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Thu, 3 May 2018 11:56:29 +0200
Subject: [PATCH] updated README

---
 templates/README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/templates/README.md b/templates/README.md
index b0b439c..08e5473 100644
--- a/templates/README.md
+++ b/templates/README.md
@@ -102,6 +102,13 @@ perform some extra steps:
 4. update the ``conda_build_config.yaml`` in ``bob.admin/gitlab/`` with your dependencies,
    and with the updated version of bob-devel and beat-devel.
 
+   see [here](https://gitlab.idiap.ch/bob/bob.conda/merge_requests/363) and [here](https://gitlab.idiap.ch/bob/bob.admin/merge_requests/89)
+   for concrete examples on how to do this.
+
+   **Note that this step should be performed after bob.conda's pipeline on master is finished**
+   (i.e. perform steps 1 to 3 in a branch, open a merge request and wait for it to be merged, and wait 
+   for the new master branch to be "green").
+
 
 ## 2. Conda recipe
 
-- 
GitLab