Update README.md

zsh is the default shell for mac now, so we should write the nvm config to that.
This commit is contained in:
Billy Hunt
2021-06-29 11:34:13 -04:00
committed by GitHub
parent eed0d0e85c
commit b30abf0a38

View File

@@ -135,7 +135,7 @@ You can use a task:
```yaml ```yaml
- name: nvm - name: nvm
shell: > 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: args:
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh" creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
``` ```