From 378cbdde6ca384753bd35391cc1a1d7631bebc37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Tue, 6 Apr 2021 19:32:37 +0200 Subject: [PATCH] Fix required zsh version --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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