Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.03k stars 839 forks source link

update brew command #664

Closed mzmt closed 3 years ago

mzmt commented 3 years ago

I tried this command, but failed. (M1 Mac mini2020, OS: Big Sur ver11.4, 16GB)

➜  brew cask install cool-retro-term
Error: Unknown command: cask

➜  brew install cool-retro-term --cask
...
🍺  cool-retro-term was successfully installed!

https://github.com/ansible-collections/community.general/issues/1524

brew cask commands were deprecated on 2020-12-01 with the release of Homebrew 2.6.0. Starting then, all brew cask commands succeeded but displayed a warning informing users that the command would soon be disabled. The message also provides the appropriate replacement.

brew cask seems be deprecated.

Swordfish90 commented 3 years ago

Thank you very much @mzmt