diff --git a/README.md b/README.md
index ed5e179146ea7bc90e2c57f65cc04039acd133c5..0c8a5ea5a3ab1ad6f8c44e8986e2ab4020869edc 100755
--- a/README.md
+++ b/README.md
@@ -51,11 +51,9 @@ You can then add the output `FastTreeMP` to your `$PATH` to be able to run it fr
 
 ## Downloading and updating `PanACoTA`
 
-You can download `PanACoTA` source code by downloading a [zip file](https://gitlab.pasteur.fr/aperrin/pipeline_annotation/repository/archive.zip?ref=master), or by cloning its gitlab repository (which is more recommended). By cloning the gitlab repository, you will then be able to update the code to new versions very easily and quickly. Here is how to clone the repository:
+You can download `PanACoTA` source code by downloading a [zip file](https://github.com/gem-pasteur/PanACoTA/archive/master.zip), or by cloning its github repository (which is more recommended). By cloning the github repository, you will then be able to update the code to new versions very easily and quickly. Here is how to clone the repository:
 
-    git clone https://gitlab.pasteur.fr/aperrin/pipeline_annotation PanACoTA
-
-Give your gitlab login, and password.
+    git clone https://github.com/gem-pasteur/PanACoTA.git
 
 This will create a repository called `PanACoTA`. Go inside this repository to install `PanACoTA`, as described hereafter.
 
@@ -134,6 +132,8 @@ You can find more information in [PanACoTA documentation](http://aperrin.pages.p
 
 This part is for people who want to work on developing `PanACoTA` package. In the documentation, there is a part dedicated to [developers](http://aperrin.pages.pasteur.fr/pipeline_annotation/html-doc/develop.html).
 
+PanACoTA is also hosted in gitlab, where all CI is done. Here is the link: https://gitlab.pasteur.fr/aperrin/pipeline_annotation.git
+
 ## Installing `PanACoTA` (development mode)
 
 If you want to install `PanACoTA` while still working on modifying the scripts, type: