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.
pull/383/head
Caleb Jasik 4 years ago committed by GitHub
parent 8aa44852cc
commit ea6c8ccb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

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

Loading…
Cancel
Save