Skip to content

Commit

Permalink
doc: mention xattr to take app out of quarantine under macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Dec 30, 2024
1 parent 8661aa0 commit 5ff9fc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpage/src/installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The GitHub release is currently only built for the x86 platform.
::: warning
If you get an error message `QOwnNotes.app cannot be opened because the developer cannot be verified`
you need to visit your macOS **Security settings** and click on `Open anyway`.

To take the application out of the quarantine you can also run the following command in the terminal:

```bash
xattr -r -d com.apple.quarantine /Applications/QOwnNotes.app
```
:::

::: tip
Expand Down

0 comments on commit 5ff9fc6

Please sign in to comment.