Skip to content

Commit e798a7b

Browse files
committed
add comment about removing quarantine
1 parent 380b86e commit e798a7b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@ is very natural. You string along several words and get a new value.
6767
QUICK SET-UP
6868

6969
Put the sapf program into ~/bin or wherever you keep commands.
70-
Set up the environment variables.
70+
Since this binary is unsigned you will need to remove Apple's quarantine attribute:
71+
72+
xattr -r -d com.apple.quarantine <path-to-sapf-binary>
73+
74+
Set up the environment variables in Terminal or your shell profile.
7175
For example:
7276

7377
export SAPF_HISTORY="$HOME/sapf-files/sapf-history.txt"

0 commit comments

Comments
 (0)