zsh: add /etc/shells caveat
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
87b3fcb3eb
commit
d4ec37139a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue