diff --git a/README.md b/README.md
index 9bc6cc108622d627a01087371f24cf9143dc8a98..af862b3ae8e0b5aee76dc08fb0acab83df865f03 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,6 @@ The gaussratiovegind package provides tools for the distribution of the ratio of
 
 ## Installation
 
-<!--
 Install the package from CRAN:
 
 ```
@@ -17,15 +16,11 @@ install.packages("gaussratiovegind")
 ```
 
 Or install the development version from the repository, using the [`devtools`](https://CRAN.R-project.org/package=devtools) package:
--->
-
-Install the development version from the repository, using the [`devtools`](https://CRAN.R-project.org/package=devtools) package:
 
 ```
 install.packages("devtools")
 devtools::install_gitlab("imhorphen/gaussratiovegind",
-                         host = "https://forgemia.inra.fr",
-                         auth_token = "yHcdEqCR5jVudq36a4Xa")
+                         host = "https://forgemia.inra.fr")
 ```
 
 ## Authors