From ea6c8ccb1041b760043d5194dab729592441404e Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Mon, 18 Jan 2021 17:37:38 -0600 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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