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