Skip to content

Commit fe5479e

Browse files
authored
Include Homebrew installation method in README
Added Homebrew installation instructions for ChargeMonitor.
1 parent f9b336a commit fe5479e

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,18 @@ Built‑in indicators provide only basic status. ChargeMonitor gathers more cont
3737
- mapping PID → app by executable path or responsible process.
3838

3939
## Install & Run
40-
- Download the latest release from GitHub.
41-
- Move the app to /Applications.
42-
- Launch ChargeMonitor — the menu bar will show the battery percentage; click to open the popover.
40+
- Using Homebrew:
41+
```bash
42+
brew install --cask CrashSystemZ/chargemonitor/chargemonitor
43+
```
44+
Homebrew will always install the latest official release.
45+
<p>
46+
OR
47+
</p>
48+
49+
- Download the latest release from GitHub.
50+
- Move the app to /Applications.
51+
- Launch ChargeMonitor — the menu bar will show the battery percentage; click to open the popover.
4352

4453
The app runs as an accessory (no Dock icon) and requires no extra permissions.
4554

0 commit comments

Comments
 (0)