diff --git a/README.md b/README.md
index 2209c6765ffc72794518f4f840fd3d57c0e21b4d..37a636a56a8469becf09e0261451c8a93475ea21 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 fa023d5599abf4376301a85950cf65ca1723796d..e514ae9cc6b62a5d3771440f9e6ad592abee748e 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).