zsh: add /etc/shells caveat

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Trevor Wennblom 2011-06-25 13:58:56 -05:00 committed by Jack Nagel
parent 87b3fcb3eb
commit d4ec37139a

View file

@ -21,4 +21,10 @@ class Zsh < Formula
system "make install"
end
def caveats; <<-EOS.undent
In order to use this build of zsh as your login shell,
it must be added to /etc/shells.
EOS
end
end