Update brew install command

Apparently, they changed the `brew` install command for casks. Got this error message:
> Warning: Calling brew cask install is deprecated! Use brew install [--cask] instead.

Change to newly suggested cask install style.
This commit is contained in:
Matthias Diester 2020-11-26 22:02:09 +01:00 committed by GitHub
parent dac2b4ff16
commit c5d36a2b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,7 +202,7 @@ open cool-retro-term.app
**Homebrew**
```sh
brew cask install cool-retro-term
brew install --cask cool-retro-term
```
## Donations