From d0efe1a12a5a26cedf9f70790c581df5dde37405 Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Mon, 15 May 2023 04:18:06 -0500 Subject: [PATCH] document macos command line quarantine method --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 570922f5..3447fa1a 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,10 @@ make -f Makefiles/Makefile.OSX NET_BOARD=1 ``` ### Note: running on macOS -If you try and run a macOS binary that was downloaded from the internet and/or built on a different machine, you need to grant macOS permission to execute the binary (just 1-time): + +If you try and run a macOS binary that was downloaded from the internet and/or built on a different machine, you need to grant macOS permission to execute the binary (just 1-time). Use one of the following methods: + +**GUI** * Open the folder containing the binary in Finder, and right (or ctrl) click on it: @@ -109,4 +112,10 @@ If you try and run a macOS binary that was downloaded from the internet and/or b * Close the terminal window that opens (after clicking open) +**Terminal** + +* cd to the folder containing the supermodel release and run: + + xattr -dr com.apple.quarantine . + Details: https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac