tmux: restore caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
22d537efee
commit
51023ce11e
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ class Tmux < Formula
|
|||
prefix.install 'NOTES'
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
Additional information can be found in:
|
||||
#{prefix}/NOTES
|
||||
EOS
|
||||
end
|
||||
|
||||
def test
|
||||
system "#{bin}/tmux", "-V"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue