Mise à jour du README avec les commandes git clone

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 <noreply@anthropic.com>
This commit is contained in:
2025-07-27 03:58:09 +02:00
parent c473033a19
commit 746a954507

View File

@@ -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