Update `brew` install command

Brew has moved away from using the `brew cask` command, so either `brew install nheko` or `brew install --cask nheko` should probably be reccomended instead.

They are trying to combine casks and formulas into the same commands, where you can specify `--formula` or `--cask` to get the old behavior.
This commit is contained in:
Caleb Jasik 2021-01-18 17:37:38 -06:00 committed by GitHub
parent 8aa44852cc
commit ea6c8ccb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ guix install nheko
with [homebrew](https://brew.sh/):
```sh
brew cask install nheko
brew install --cask nheko
```
### Build Requirements