From 3d72cecb3e210a3758da4c3f18765751bd9e33f9 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Tue, 20 Apr 2021 12:26:29 +0200
Subject: [PATCH] README.md: add link to building_your_pipeline.md

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

diff --git a/README.md b/README.md
index 7e7c9f2b..015ae6e2 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,10 @@ These instructions will get you a copy of the project as a template when you wan
 
 [you can follow them here.](doc/getting_started.md)
 
+## Building your pipeline
+
+You can follow the [building your pipeline guide](./doc/building_your_pipeline.md) for a gentle introduction to `nextflow` and taking advantage of this template to build your pipelines.
+
 ## Contributing
 
 If you want to add more tools to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md).
diff --git a/doc/getting_started.md b/doc/getting_started.md
index 00e4e95f..b7d1af00 100644
--- a/doc/getting_started.md
+++ b/doc/getting_started.md
@@ -1,6 +1,7 @@
 # Getting Started
 
 These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
+You can follow the [building your pipeline guide](./doc/building_your_pipeline.md) to learn how to build your own pipelines.
 
 ## Prerequisites
 
@@ -89,6 +90,3 @@ You can edit the `src/ccin2p3.pbs` file to personalize your `nextflow` command a
 qsub src/ccin2p3.pbs
 ```
 
-## Building your pipeline
-
-You can follow the [building your pipeline guide](./doc/building_your_pipeline.md).
-- 
GitLab