diff --git a/Installing-ZSH.md b/Installing-ZSH.md index c0f89b1..5474d96 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -28,6 +28,9 @@ If necessary, follow these steps to install Zsh: ### macOS +**Try `zsh --version` before installing it from Homebrew. If it's newer than 4.3.9 +you _might_ be OK. Preferably newer than or equal to `5.0`.** + ```sh brew install zsh zsh-completions ``` @@ -35,9 +38,6 @@ brew install zsh zsh-completions Assuming you have [Homebrew](http://brew.sh/) installed. If not, most versions of **macOS** ship zsh by default, but it's normally an older version. -**Try `zsh --version` before installing it from Homebrew. If it's newer than 4.3.9 -you _might_ be OK. Preferably newer than or equal to `5.0`.** - ### Ubuntu, Debian & derivatives ```sh