From 55e64d5411fc3a9158acf8ebc9ad0733b52f40f7 Mon Sep 17 00:00:00 2001
From: Mohamed Sebabti <momo.rcm59@gmail.com>
Date: Mon, 24 Mar 2025 10:22:10 +0100
Subject: [PATCH] readme

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

diff --git a/README.md b/README.md
index 2062734..284f78a 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 :
-- 
GitLab