1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 15:56:58 +00:00

Added step to install Homebrew cask for those who don't have it already installed

Jacob Van Order 2015-06-06 09:31:42 -05:00
parent ba08724d65
commit 20e7b2ba74

@ -14,9 +14,10 @@
* Download latest version of Sonarr's OSX package from [https://download.sonarr.tv/v2/master/latest/NzbDrone.master.osx.zip](https://download.sonarr.tv/v2/master/latest/NzbDrone.master.osx.zip) * Download latest version of Sonarr's OSX package from [https://download.sonarr.tv/v2/master/latest/NzbDrone.master.osx.zip](https://download.sonarr.tv/v2/master/latest/NzbDrone.master.osx.zip)
* Open the archive and drag the Sonarr icon to your Application folder. * Open the archive and drag the Sonarr icon to your Application folder.
### Using [Homebrew Cask](https://github.com/caskroom/homebrew-cask)### ### Using [Homebrew Cask](https://github.com/caskroom/homebrew-cask)###
``` ```
$ brew install caskroom/cask/brew-cask
$ brew cask install sonarr $ brew cask install sonarr
``` ```