summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaleb Jasik <calebjasik@jasik.xyz>2021-01-18 17:37:38 -0600
committerGitHub <noreply@github.com>2021-01-18 17:37:38 -0600
commitea6c8ccb1041b760043d5194dab729592441404e (patch)
tree5a24c86478867332991fd40b95d16c5973df8aeb
parentupdate translations (diff)
downloadnheko-ea6c8ccb1041b760043d5194dab729592441404e.tar.xz
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md

index b8957fab..5118512c 100644 --- a/README.md +++ b/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