diff --git a/README.md b/README.md
index b56028e1531e6c11fdbe0b0e95a1d71580e0a5af..e325260ab6dce60243147c374145394cc10f46b9 100644
--- a/README.md
+++ b/README.md
@@ -61,12 +61,12 @@ available at <https://github.com/gdurif/pCMF_experiments>.
 
 You can install the `pCMF` R package with the following R command:
 ```R
-devtools::install_git("https://gitlab.inria.fr/gdurif/pCMF", subdir="pkg", ref="prod")
+devtools::install_github("gdurif/pCMF", subdir="pkg", ref="prod")
 ```
 
 If you don't have OpenMP installed on your machine (for instance on MacOS), you can run the following command:
 ```R
-devtools::install_git("https://gitlab.inria.fr/gdurif/pCMF", subdir="pkg", ref="prod_no_omp")
+devtools::install_github("gdurif/pCMF", subdir="pkg", ref="prod_no_omp")
 ```
 **Note:** We encourage you to install a compiler (e.g. gcc) that supports OpenMP in order 
 to benefit from multi-core computing and improve computation performance.