Fix clone command in README

Updated the repository URL in the README for cloning.
This commit is contained in:
2025-12-13 00:37:25 +01:00
committed by GitHub
parent cbce633a25
commit 55e1167fa2
+1 -1
View File
@@ -41,7 +41,7 @@ Interface graphique Tkinter permettant :
### 1. Cloner le dépôt ### 1. Cloner le dépôt
```sh ```sh
git clone https://github.com/<user>/<repo>.git git clone https://github.com/labbej27/minitel-slideshow-tool.git
cd <repo> cd <repo>
``` ```