We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09e927 commit 13d8b12Copy full SHA for 13d8b12
1 file changed
README.md
@@ -18,7 +18,12 @@ Building
18
Install
19
=======
20
21
- $ brew install --cask henrik242/brew/ccb
+ $ brew install --cask --no-quarantine henrik242/brew/ccb
22
+
23
+The app is not notarized, so macOS Gatekeeper will warn that it can't check for malware.
24
+The `--no-quarantine` flag prevents this. If you already installed without it, run:
25
26
+ $ xattr -d com.apple.quarantine "/Applications/Cocoa CapsBeeper.app"
27
28
See the [Homebrew tap](https://github.com/henrik242/homebrew-brew) for more info.
29
0 commit comments