diff --git a/README.md b/README.md index 434fd9a..3c71001 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Téléchargement et utilisation -- Téléchargez [`updateVSCodium.sh`](https://gitlab.com/Mylloon/downloadcodium/-/raw/main/updateVSCodium.sh?inline=false), autorisez-le à s'executer (`chmod u+x updateVSCodium.sh`) et lancez-le (`./updateVSCodium.sh`). +- Téléchargez [`updateVSCodium.sh`](https://gitlab.com/Mylloon/downloadcodium/-/raw/main/updateVSCodium.sh?inline=false) et lancez-le (`bash updateVSCodium.sh`). Résultat : ``` @@ -29,8 +29,6 @@ Dans `~/.bashrc` ou `~/.zshrc` : alias updateCodium="$HOME/.secret/downloadVSCodium.sh" alias code="$HOME/VSCodium.AppImage --no-sandbox" ``` -Après ça, redémarrez Bash/ZSH (votre shell) et écrivez `updateCodium` pour mettre-à-jour/installer Codium. - ### Avec Fish Dans `~/.config/fish/config.fish` : @@ -38,7 +36,9 @@ Dans `~/.config/fish/config.fish` : abbr updateCodium '$HOME/.secret/downloadVSCodium.sh' abbr code '$HOME/VSCodium.AppImage --no-sandbox' ``` -Après ça, redémarrez Fish (votre shell) et écrivez `updateCodium` pour mettre-à-jour/installer Codium. + + +Après ça, redémarrez votre shell et écrivez `updateCodium` pour mettre-à-jour/installer Codium. ## Avoir des extensions utile même avec Codium