From 3e9e6c873ee2ea861c7c75d8e019f10723e63e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Fri, 22 Jan 2021 21:54:58 +0000 Subject: [PATCH] app_cant_be_opened.md: mention --no-quarantine (#98528) --- doc/faq/app_cant_be_opened.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/faq/app_cant_be_opened.md b/doc/faq/app_cant_be_opened.md index ec10ce57b8..17faa034aa 100644 --- a/doc/faq/app_cant_be_opened.md +++ b/doc/faq/app_cant_be_opened.md @@ -15,3 +15,5 @@ If you are sure you want to trust the app, you can disable protection for that a Finally, click the `Open` button if you want macOS to permanently allow the app to run on this Mac. **Don’t do this unless you’re sure you trust the app.** Gatekeeper message + +Alternatively, you may provide the [`--no-quarantine` flag](https://github.com/Homebrew/homebrew-cask/blob/master/USAGE.md#options) at install time to not add this feature to a specific app.