diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 03c6ff0..2f5a7c6 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -6,7 +6,7 @@ Oh-My-Zsh is a framework for [Zsh](http://www.zsh.org), the Z shell. - In order for Oh-My-Zsh to work, Zsh must be installed. - Please run `zsh --version` to confirm. - - Expected result: `zsh 5.4.2` or more recent + - Expected result: `zsh 5.0.8` or more recent - Additionally, Zsh should be set as your default shell. - Please run `echo $SHELL` from a new terminal to confirm. - Expected result: `/usr/bin/zsh` or similar