diff --git a/README.md b/README.md
index 0db017ab93eeea6929819479cf597aa65060cfef..e226fbefccd34287f716833df55d082d6b5f875f 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,11 @@ remotes::install_git("https://gitbio.ens-lyon.fr/aduvermy/HTRfit")
 
 #### method B:
 
-You also have the option to download a release directly from the [HTRfit release page](https://gitbio.ens-lyon.fr/aduvermy/HTRfit/-/releases). Once you've downloaded the release, simply untar the archive. After that, open your R console and execute the following command, where HTRfit-v1.0.0 should be replaced with the path to the untarred folder:
+You also have the option to download a release directly from the [HTRfit release page](https://gitbio.ens-lyon.fr/aduvermy/HTRfit/-/tags). Once you've downloaded the release, simply launch following command.
 
 ```
-## -- Example using the HTRfit-v1.0.0 release
-install.packages('/HTRfit-v1.0.0', repos = NULL, type='source')
+## -- Example using the HTRfit-v2.0.0 release
+install.packages('HTRfit-v2.0.0.tar.gz', repos = NULL, type='source')
 
 ```