Editing so that user uses zsh rather than sh

The install script is built for zsh, whereas /bin/sh is not guaranteed to be linked to /bin/zsh. This script makes this slightly happier.
This commit is contained in:
rallias 2013-02-22 15:33:15 -06:00
commit b7d0f8ce22

View file

@ -13,11 +13,11 @@ You can install this via the command line with either `curl` or `wget`.
h4. via `curl`
@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@
@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | zsh@
h4. via `wget`
@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh@
h3. The manual way