diff --git a/Readme.md b/Readme.md index 20295e7..897f677 100644 --- a/Readme.md +++ b/Readme.md @@ -4,8 +4,13 @@ télécharger https://starship.rs/install.sh dans /tmp/ exécuter en root le script /tmp/install.sh +```bash + +curl https://starship.rs/install.sh -L | sudo sh +``` + rajouter la ligne suivante dans /etc/profile.d/zconf.sh: ```bash -eval "$(/usr/local/bin/starship init bash)" +echo 'eval "$(/usr/local/bin/starship init bash)"' >> /etc/profile.d/zconf.sh ``` \ No newline at end of file