From 51a1d4dc4cd01d93bc408999adc778b4583b4f78 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Fri, 16 Apr 2021 09:47:40 +0200
Subject: [PATCH] getting_started.md: add link to building your pipeline guide

---
 README.md              | 2 --
 doc/getting_started.md | 4 ++++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2209c676..37a636a5 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,6 @@ git pull upstream master
 git merge upstream/master
 ```
 
-**If you created your `.config` file before version `0.4.0` you need to run the script `src/.update_config.sh` to use the latest docker, singularity and conda configuration (don't forget to check your config files afterward for typos).**
-
 ## Getting Started
 
 These instructions will get you a copy of the project as a template when you want to build your own pipeline.
diff --git a/doc/getting_started.md b/doc/getting_started.md
index fa023d55..e514ae9c 100644
--- a/doc/getting_started.md
+++ b/doc/getting_started.md
@@ -76,3 +76,7 @@ tmux
 
 Therefore, the `nextflow` process will continue to run even if you are disconnected.
 You can reatach the `tmux` session, with the command `tmux a` (and press `ctrl` `+` `b` `+` `d` to detach the attached session).
+
+## Building your pipeline
+
+You can follow the [building your pipeline guide](./doc/building_your_pipeline.md).
-- 
GitLab