From 230332695f30b7c828a17e3c01bddb8f04f86b46 Mon Sep 17 00:00:00 2001
From: GD <gd.dev@libertymail.net>
Date: Tue, 16 Apr 2019 17:48:55 +0200
Subject: [PATCH] edit installation instruction

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b56028e..e325260 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.
-- 
GitLab