Open dotnetian opened 3 months ago
The brew cask command is now deprecated and will cause an error as below:
brew cask
% brew cask install telegram Error: `brew cask` is no longer a `brew` command. Use `brew <command> --cask` instead.
I changed the command to the new form that homebrew accepts, which is brew ... --cask.
brew ... --cask
All committers have signed the CLA.
The
brew cask
command is now deprecated and will cause an error as below:I changed the command to the new form that homebrew accepts, which is
brew ... --cask
.