Skip to content

Commit

Permalink
Macos binary instructions updated with adding necessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza authored and kkinnear committed Mar 11, 2024
1 parent ce5a1ca commit e612833
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/getting/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,15 @@ you called it), by giving it the -v switch:
zprint-1.2.3
```

Note that sometimes in macos to run the binary like `./zprint -v`, you need to first do two steps:
1. Give execute access `chmod +x ./zprint`
2. Give it trusted status by: right-clicking on the binary and choosing "Open with" -> iterm/terminal -> it should give you a message about Macos not being able to verify it to which you need to respond with clicking "Open"

### 4. Put zprint into a directory in your path
To be able to run zprint it needs to be in a directory that appears in
your path.


## Install from Homebrew

zprint is available as a [Homebrew Cask](https://formulae.brew.sh/cask/zprint):
Expand Down

0 comments on commit e612833

Please sign in to comment.