Skip to content

Commit 66ce73e

Browse files
updated docs to address MacOS security issue
1 parent 91b6b72 commit 66ce73e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ cp uve-bin ~/bin/uve-bin
5050
export PATH="$HOME/bin:$PATH"
5151
```
5252

53+
#### Note for macOS Users:
54+
When running `uve-bin` for the first time on macOS, you may see a security warning as the binary is not signed with an Apple developer certificate. To resolve this:
55+
56+
1. When you first try to run `uve-bin`, macOS will block it
57+
2. Open System Settings (Apple menu > System Settings)
58+
3. Click on Privacy & Security
59+
4. Scroll down to the Security section where you'll see a message about `uve-bin` being blocked
60+
5. Click "Allow Anyway" to permit the execution
61+
6. The next time you run `uve-bin`, you may need to click "Open" in a security dialog to confirm
62+
5363
Windows (PowerShell):
5464
```powershell
5565
# Create directory for binary

0 commit comments

Comments
 (0)