Mortennn / Dozer

Hide menu bar icons on macOS
Mozilla Public License 2.0
8.2k stars 260 forks source link

updated brew install command to reflect --cask #149

Closed Drallas closed 3 years ago

Drallas commented 3 years ago

Received an error installing via HomeBrew

Error: Calling brew cask install is disabled! Use brew install [--cask] instead.

This is expected behavior. brew cask was deprecated in favor of brew --cask in Homebrew 2.6.0. Now that 2.7.0 has been released, they have been disabled. This was documented in the release notes and on the Homebrew blog in addition to the messages at the command-line

new command should be :

brew install --cask dozer

Mortennn commented 3 years ago

This has now been fixed in #144. Thanks for letting me know🙌