From 746a954507c49d2bc25f69d415db216e0fd5fab3 Mon Sep 17 00:00:00 2001 From: Phiippe Favre Date: Sun, 27 Jul 2025 03:58:09 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20README=20avec=20les?= =?UTF-8?q?=20commandes=20git=20clone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remplace les instructions wget par git clone pour permettre aux utilisateurs de cloner le dépôt localement et lancer le script directement. Inclut l'installation de git si nécessaire. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cff171c..cdf8f30 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,18 @@ Script d'installation graphique pour un environnement gaming complet sur Debian. ### Installation rapide ```bash -sudo apt update && sudo apt install -y wget && wget -O ~/Desktop/install_gaming.sh https://git.favrep.ch/lapatatedouce/scripte_install_gaming/main/install_gaming.sh && chmod +x ~/Desktop/install_gaming.sh && ~/Desktop/install_gaming.sh -``` +# Installer git si nécessaire +sudo apt update && sudo apt install -y git -**Note :** Le script sera téléchargé et placé sur votre bureau (`~/Desktop/install_gaming.sh`) pour un accès facile. +# Cloner le dépôt +git clone https://git.favrep.ch/lapatatedouce/scripte_install_gaming.git + +# Entrer dans le répertoire +cd scripte_install_gaming + +# Rendre le script exécutable et le lancer +chmod +x install_gaming.sh && ./install_gaming.sh +``` Le script affiche une interface graphique avec : - **Cases à cocher** pour sélectionner les composants à installer