0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Fix required zsh version

Marc Cornellà 2021-04-06 19:32:37 +02:00
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.
- 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