1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01: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