From 6e10f23ce42bfce42975d25153dd49e30041afa3 Mon Sep 17 00:00:00 2001 From: Vincent LAVILLE <vincent.laville@pasteur.fr> Date: Tue, 8 Jan 2019 15:08:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efdc05f..1b1a4a4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For now, **VarExp** can be installed only using package source. In R, after sett install.packages("VarExp_0.1.0.tar.gz", repos = NULL, type = "source") # From the GitLab repository -devtools::install_github("https://gitlab.pasteur.fr/statistical-genetics/VarExp.git") +devtools::install_git("https://gitlab.pasteur.fr/statistical-genetics/VarExp.git") ``` Input format -- GitLab