This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 7365ca7 add zsh
7365ca7 is described below
commit 7365ca78366e97b8a96323343526432ed421dedb
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Nov 12 09:05:34 2019 -0500
add zsh
---
MACOSX.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/MACOSX.md b/MACOSX.md
index d8fa396..3b68544 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -12,15 +12,15 @@ Install Homebrew
Homebrew is a package manager for OSX, which is used to install other tools.
Follow the instructions from [brew.sh](http://brew.sh/). You might
-have to change shells if you are using csh. Bash works fine. Be sure to
+have to change shells if you are using csh. Bash and zsh work fine. Be sure to
read the Homebrew prerequisites; you may need part(s) of Apple's XCode.
Verify minimum version installed using:
```
$ brew --version
-Homebrew 1.6.0
-Homebrew/homebrew-core (git revision 66e9; last commit 2018-04-11)
+Homebrew 2.1.16
+Homebrew/homebrew-core (git revision 274de; last commit 2019-11-12)
```
Update using: