From b7237ba897015a3b218d4f3c38e12a989c0a7668 Mon Sep 17 00:00:00 2001 From: loket Date: Sun, 19 Feb 2017 00:08:35 +0100 Subject: [PATCH] fixed readme instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6958166..efe50942 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