diff --git a/README.md b/README.md index 43dcdd3a2..78a5b56bd 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,7 @@ flag `--unattended` to the `install.sh` script. This will have the effect of not the default shell, and also won't run `zsh` when the installation has finished. ```shell -curl -Lo install.sh https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -sh install.sh --unattended +sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" "" --unattended ``` #### Installing from a forked repository