1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-15 03:40:39 +01:00

Move MacOS warning note above the homebrew command

Leo Gertsenshteyn
2017-12-11 15:56:37 -08:00
parent e9cac3cfe3
commit 6b3f9f01f9

@@ -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