From feb153299d5abf0ace4c49109db1dcd5ef5d0fd5 Mon Sep 17 00:00:00 2001 From: Erik Thorelli Date: Sat, 29 Mar 2025 09:40:57 -0700 Subject: [PATCH] use updated brew cask command ```bash brew cask install blurred Error: `brew cask` is no longer a `brew` command. Use `brew --cask` instead. ``` So we need to use: `brew install --cask blurred` instead. and it works, and pulls from https://github.com/dwarvesf/blurred/releases/download/... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a7d72e..9aae5ce 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A macOS utility that helps reduce distraction by dimming your inactive noise #### Using Homebrew ``` -brew cask install blurred +brew install --cask blurred ``` #### Manual download