Add caveat for Cocktail: for OS X Mavericks only; instructions to tap from caskroom-versions

This commit is contained in:
Lee Hanxue 2013-11-18 14:31:24 +08:00
parent a4a75d39a1
commit d92c0fa102
1 changed files with 7 additions and 0 deletions

View File

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