From ad8e76935ef9ed93aa5cacda5a58f79d6d3d6027 Mon Sep 17 00:00:00 2001 From: anytimesoon Date: Wed, 31 Jul 2024 19:18:01 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 20cf060..71dfdd1 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ It is recommended to change the name of the executable to allow for easier use l mv psqlbu-v0.x.0-[darwin/linux]-[amd64/arm64] psqlbu ``` +#### Mac only +The executable is uncertified, so you will not be able to run it on mac without admin privileges. +To set the tool in quarantine and then adding the executable to your trusted apps, you will need to run the following +``` +xattr -dr com.apple.quarantine psqlbu +spctl --add psqlbu +``` + Add the directory to your $PATH to allow the command to be run from anywhere. ## Configuration