mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
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:
parent
8aa44852cc
commit
ea6c8ccb10
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ guix install nheko
|
|||
with [homebrew](https://brew.sh/):
|
||||
|
||||
```sh
|
||||
brew cask install nheko
|
||||
brew install --cask nheko
|
||||
```
|
||||
|
||||
### Build Requirements
|
||||
|
|
Loading…
Reference in a new issue