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 ```