diff --git a/Readme.md b/Readme.md index af20b6e..22d1ad3 100644 --- a/Readme.md +++ b/Readme.md @@ -21,7 +21,7 @@ Exécuter le script précédemment récupéré, uniquement si le fichier /usr/lo ```bash ansible -o all -m command -a '/tmp/install.sh --yes creates="/usr/local/bin/starship"' #ou, si on n'a pas pensé à rendre le fichier exécutable précédemment: -ansible -o all -m command -a 'sh tmp/install.sh --yes creates="/usr/local/bin/starship"' +ansible -o all -m command -a 'sh /tmp/install.sh --yes creates="/usr/local/bin/starship"' ``` ## Déployer un fichier avec copy