You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,16 @@ cp uve-bin ~/bin/uve-bin
50
50
export PATH="$HOME/bin:$PATH"
51
51
```
52
52
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
0 commit comments