From 920044a5b2bbb57492bc316e3efc78d7382aea34 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 19 May 2025 21:04:28 +0200 Subject: [PATCH] Mention quarantine bit on macOS See #323 --- doc/installing-from-release.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/installing-from-release.md b/doc/installing-from-release.md index 0c7b55c..7a37af0 100644 --- a/doc/installing-from-release.md +++ b/doc/installing-from-release.md @@ -18,6 +18,9 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices. 4. Run the install script for your operating system: ```bash + # On macOS, you must first remove the quarantine bit + xattr -d com.apple.quarantine install + ./install orbic # or: ./install tplink ```