transmission: add homebrew-cask to caveat (#2081)

This commit is contained in:
Vítor Galvão 2016-06-18 23:33:56 +01:00 committed by Dominyk Tiller
parent 255396e147
commit e2fdf41ff0

View file

@ -40,8 +40,12 @@ class Transmission < Formula
def caveats; <<-EOS.undent
This formula only installs the command line utilities.
Transmission.app can be downloaded from Transmission's website:
Transmission.app can be downloaded directly from the website:
https://www.transmissionbt.com/
Alternatively, install with Homebrew-Cask:
brew cask install transmission
EOS
end