hackjutsu / Lepton

💻 Democratizing Snippet Management (macOS/Win/Linux)
https://hackjutsu.com/Lepton
MIT License
10.13k stars 475 forks source link

updated brew install command to reflect --cask #477

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.

brew install --cask lepton

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

Drallas commented 3 years ago

Other similar pull request are sufficient!