From 8dcd514fa3b50b0981f72f89e651571d811013fd Mon Sep 17 00:00:00 2001 From: Anri Date: Sun, 14 Nov 2021 16:22:36 +0100 Subject: [PATCH] simplify --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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