diff --git a/README.md b/README.md index b69581663..efe509422 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This will perform all the installation steps as before, except launching `zsh` a For instance, with `curl`: ```shell -sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" --batch && echo "Install complete!" +sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -s --batch && echo "Install complete!" ``` ## Using Oh My Zsh