Skip to content

Commit

Permalink
Add helper note on MacOS quarantine (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru authored Dec 19, 2024
1 parent bbef582 commit 77a6811
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ OpenProject CLI: X.Y.Z
built with: go1.20.5
```

> MacOS will place the executable in quarantine by default. If your Mac displays an alert when you run the executable, you can dequarantine the `op` executable via the following command:
```shell
xattr -d com.apple.quarantine /usr/local/bin/op
```

### Go toolchain

If you already have the Go toolchain installed on your system, you can install the OpenProject CLI with the `go install`
Expand Down

0 comments on commit 77a6811

Please sign in to comment.