From 77a6811b6c0d3b216a61c85f61ea3eda995e812d Mon Sep 17 00:00:00 2001 From: Kabiru Mwenja Date: Thu, 19 Dec 2024 13:46:42 +0300 Subject: [PATCH] Add helper note on MacOS quarantine (#5) See: https://support.apple.com/en-is/102445 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9f9eb89..9aaf47f 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ OpenProject CLI: X.Y.Z built with: go1.20.5 ``` +> MacOS will place the executable in quarantine by default. If your Mac displays an alert when you run the executable, you can dequarantine the `op` executable via the following command: + +```shell +xattr -d com.apple.quarantine /usr/local/bin/op +``` + ### Go toolchain If you already have the Go toolchain installed on your system, you can install the OpenProject CLI with the `go install`