cdock.rb: added caveat

This commit is contained in:
Vítor Galvão 2015-05-05 17:19:33 +01:00
parent eee6d4433c
commit 2a68476321
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ cask :v1 => 'cdock' do
license :oss
app 'cDock.app'
caveats <<-EOS.undent
#{token} will only run from within /Applications,
and will request to be moved at launch.
EOS
depends_on :cask => 'easysimbl'
end