mirror of https://github.com/ohmyzsh/ohmyzsh.git
Fix required zsh version
parent
41e3826380
commit
378cbdde6c
|
@ -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.
|
- In order for Oh-My-Zsh to work, Zsh must be installed.
|
||||||
- Please run `zsh --version` to confirm.
|
- 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.
|
- Additionally, Zsh should be set as your default shell.
|
||||||
- Please run `echo $SHELL` from a new terminal to confirm.
|
- Please run `echo $SHELL` from a new terminal to confirm.
|
||||||
- Expected result: `/usr/bin/zsh` or similar
|
- Expected result: `/usr/bin/zsh` or similar
|
||||||
|
|
Loading…
Reference in New Issue