From c5bbdacbda4503681e181435a6860d4892204656 Mon Sep 17 00:00:00 2001 From: Dinanath Dash Date: Wed, 13 May 2026 17:27:48 +0530 Subject: [PATCH] docs: Fix Homebrew install command by removing --no-quarantine flag --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f2c058..3b80f16 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ Stasis gives you real-time insight into your MacBook's power system and lets you ### Homebrew (Recommended) ```bash -brew install --cask --no-quarantine srimanachanta/tap/stasis +brew install --cask srimanachanta/tap/stasis +``` +*If you encounter a macOS quarantine warning, run:* +```bash +xattr -dr com.apple.quarantine /Applications/Stasis.app ``` ### Direct Download