From e6128332cd5cb9876277723c85fb35d8677e9868 Mon Sep 17 00:00:00 2001 From: Mateusz Mazurczak Date: Thu, 22 Feb 2024 14:45:09 +0100 Subject: [PATCH] Macos binary instructions updated with adding necessary permissions --- doc/getting/macos.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/getting/macos.md b/doc/getting/macos.md index df35948..cc47c21 100644 --- a/doc/getting/macos.md +++ b/doc/getting/macos.md @@ -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):