From 55e1167fa22dcf21b8ed22c6956257443831d84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20Labb=C3=A9=20/=20LabbeJ27?= Date: Sat, 13 Dec 2025 00:37:25 +0100 Subject: [PATCH] Fix clone command in README Updated the repository URL in the README for cloning. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd18339..ca8efbe 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Interface graphique Tkinter permettant : ### 1. Cloner le dépôt ```sh -git clone https://github.com//.git +git clone https://github.com/labbej27/minitel-slideshow-tool.git cd ``` @@ -205,4 +205,4 @@ pyinstaller --onefile --windowed \ pyinstaller --onefile minitel_slideshow_tool.py ``` -- Lancer ensuite depuis un terminal pour lire les logs. \ No newline at end of file +- Lancer ensuite depuis un terminal pour lire les logs.