From 2f3e3478159e7b605457b572814a7743f332e7b2 Mon Sep 17 00:00:00 2001 From: MC Naveen <8493007+mcnaveen@users.noreply.github.com> Date: Mon, 6 May 2024 14:43:13 +0530 Subject: [PATCH] update the installation command brew cask is no longer a brew command so it has to be used as flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6a07f..7e809bd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Just download Overkill from the [link](https://github.com/KrauseFx/overkill-for- Also, you can install using Homebrew: ``` -brew cask install overkill +brew install overkill --cask ``` ## Credits