From 74623dea021f24f6c9b6c776bf0bc94c6829971f Mon Sep 17 00:00:00 2001 From: jrddupont Date: Mon, 9 Jun 2025 17:33:12 -0500 Subject: [PATCH] doc: Fix instructions for mac quarantine bit (#385) --- doc/installing-from-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installing-from-release.md b/doc/installing-from-release.md index 6f8d588..0a5b108 100644 --- a/doc/installing-from-release.md +++ b/doc/installing-from-release.md @@ -26,7 +26,7 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices. ```bash # On MacOS, you must first remove the quarantine bit - xattr -d com.apple.quarantine install + xattr -d com.apple.quarantine installer ``` Then run the installer: ```bash