diff --git a/README.md b/README.md index b1dbe83..434fd9a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Par exemple si le script est rangé dans `~/.secret`. Dans `~/.bashrc` ou `~/.zshrc` : ```bash 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. @@ -35,6 +36,7 @@ Après ça, redémarrez Bash/ZSH (votre shell) et écrivez `updateCodium` pour m Dans `~/.config/fish/config.fish` : ```bash 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.