diff --git a/README.md b/README.md
index b01f3aeab8427c2ea09fcea1fc881509cee94077..a8515f07bd52e5c7e1f7008c2501ad1f071e4e65 100644
--- a/README.md
+++ b/README.md
@@ -31,11 +31,15 @@ DOpeS is made from functions, classes and scripts based on Python programming la
 DOpeS is easily installed by downloading the repository on you computer.
 If you want to keep track of the latest develepments, you can download the gitlab repository and keep it synchronized with the gitlab project:
 
+To download it, you just have to type the following command in a terminal:
 ```
-cd existing_repo
-git remote add origin https://forge.uclouvain.be/LocLahaye/dopes.git
-git branch -M main
-git push -uf origin main
+git clone https://forge.uclouvain.be/LocLahaye/dopes.git
+```
+
+To update it with the gitlab project, you can type:
+```
+cd path/to/dopes
+git pull
 ```
 
 ## Usage