We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380b86e commit e798a7bCopy full SHA for e798a7b
README.txt
@@ -67,7 +67,11 @@ is very natural. You string along several words and get a new value.
67
QUICK SET-UP
68
69
Put the sapf program into ~/bin or wherever you keep commands.
70
-Set up the environment variables.
+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.
75
For example:
76
77
export SAPF_HISTORY="$HOME/sapf-files/sapf-history.txt"
0 commit comments