Add caveat to Deeper

This commit is contained in:
mAAdhaTTah 2013-12-02 21:37:21 -05:00
parent 3f27a21999
commit 88b64a35fe
1 changed files with 4 additions and 0 deletions

View File

@ -4,4 +4,8 @@ class Deeper < Cask
version 'latest'
no_checksum
link 'Deeper.app'
def caveats; <<-EOS.undent
This version of Deeper is for OS X Mavericks only. If you are using other versions of OS X, please run 'brew tap caskroom/versions' and install deeper-mountainlion / deeper-lion / deeper-snowleopard
EOS
end
end