Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down