Skip to content

Commit 10ece6d

Browse files
committed
docs: Add GateKeeper configuration instructions
1 parent 73ad49e commit 10ece6d

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,22 @@ graph TD
5858
- Xcode 15+
5959
- Administrative privileges for SMC access
6060

61-
## Installation
61+
## Installation
6262

63-
```bash
64-
# Clone repository
65-
git clone https://github.com/yourusername/power-suite.git
66-
cd power-suite
63+
DMG image can be download in Releases, after drag it into your application folder, it is expected to work by simply clicking the icon.
6764

68-
# Build GUI application
69-
xcodebuild -workspace app.xcodeproj/project.xcworkspace -scheme app
65+
1. **GateKeeper Configuration**
66+
If you encounter security warnings when running the application:
67+
- Go to `System Settings``Privacy & Security` → scroll down to `Security`
68+
- Click "Open Anyway" next to the BattGUI warning
69+
- Confirm execution in the dialog
7070

71+
2. **Advanced Configuration (Admin required)**
72+
For system-level monitoring access:
73+
```bash
74+
# Temporarily disable GateKeeper (resets after reboot)
75+
sudo spctl --master-disable
7176
```
72-
7377
## Usage
7478

7579
GUI Application:

0 commit comments

Comments
 (0)