From 6e713f5e04972314d4db492d9392afa023ff0cd2 Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Sat, 6 Apr 2024 18:25:13 -0700 Subject: [PATCH] Add documentation about deleting the quarantine bit on Mac. --- docs/content/en/docs/getting-started/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/en/docs/getting-started/_index.md b/docs/content/en/docs/getting-started/_index.md index 01d6363b..3f579fce 100644 --- a/docs/content/en/docs/getting-started/_index.md +++ b/docs/content/en/docs/getting-started/_index.md @@ -8,6 +8,12 @@ weight: 2 1. Download the latest release from the [releases page](https://github.com/jlewi/foyle/releases) +1. On Mac you may need to remove the quarantine attribute from the binary + + ```bash + xattr -d com.apple.quarantine /path/to/foyle + ``` + ## Setup 1. Download the static assets for foyle