diff --git a/webpage/src/installation/macos.md b/webpage/src/installation/macos.md index 6745fcd636..a46085df23 100644 --- a/webpage/src/installation/macos.md +++ b/webpage/src/installation/macos.md @@ -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