From ae37f141f7f6b1869e20abdb9b73b68a08d44c53 Mon Sep 17 00:00:00 2001 From: Kabiru Mwenja Date: Wed, 18 Dec 2024 11:26:21 +0300 Subject: [PATCH] Add helper note on MacOS quarantine 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`