From c84c85e0f8f5ee3bfc73bfddc56e43b32dd28358 Mon Sep 17 00:00:00 2001
From: Vincent LAVILLE <vincent.laville@pasteur.fr>
Date: Mon, 27 Nov 2017 12:19:08 +0100
Subject: [PATCH] INSTALL CHECK

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

diff --git a/README.md b/README.md
index e0251f2..efdc05f 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ For now, **VarExp** can be installed only using package source. In R, after sett
 # From binaries
 install.packages("VarExp_0.1.0.tar.gz", repos = NULL, type = "source")
 
-# From the GitLab repository (not tested yet)
-devtools::install_github("https://gitlab.pasteur.fr/statistical-genetics/VarExp")
+# From the GitLab repository
+devtools::install_github("https://gitlab.pasteur.fr/statistical-genetics/VarExp.git")
 ```
 
 Input format
-- 
GitLab