transmission: add homebrew-cask to caveat (#2081)
This commit is contained in:
parent
255396e147
commit
e2fdf41ff0
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue