Skip to content

Commit

Permalink
Add documentation about deleting the quarantine bit on Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Apr 9, 2024
1 parent e3bbcc4 commit 6e713f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e713f5

Please sign in to comment.