diff --git a/README.md b/README.md
index 2062734d129c1bd4dddb235596e7be20af381b77..284f78a057ec2fec8b7e1265b675294642bd0a2a 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,8 @@ L’interface est développée en **HTML/CSS + JS Vanilla**, et propose :
 ### 1. Cloner le projet
 
 ```bash
-git clone https://github.com/ton_projet/prediction-popularite.git
+git clone https://gitlab.univ-lille.fr/simon.majorczyk.etu/bigdata.git
+mkdir prediction-popularite
 cd prediction-popularite
 ```
 
@@ -118,7 +119,9 @@ pip install flask pandas scikit-learn numpy
 ### 4. Lancer le serveur
 
 ```bash
-python app_glob.py
+cd ..
+cd bigdata
+python3 app_glob.py
 ```
 
 L’application sera accessible sur :