overtake / TelegramSwift

Source code of Telegram for macos on Swift 5.0
https://macos.telegram.org
GNU General Public License v2.0
5.07k stars 857 forks source link

Update homebrew install command to fix the error #1159

Open dotnetian opened 3 months ago

dotnetian commented 3 months ago

The brew cask command is now deprecated and will cause an error as below:

% 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.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.