diff --git a/README.md b/README.md index fbd0ef4..86f87f1 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ You can use a task: ```yaml - name: nvm shell: > - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | zsh args: creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh" ```