We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694397e commit 4e36e36Copy full SHA for 4e36e36
1 file changed
README.md
@@ -49,6 +49,8 @@ Simply run it before submitting a Pull Request!
49
```sh
50
# MacOS
51
./strings.mac src/
52
+# getting a 'code cannot be verified' error? Run this:
53
+# xattr -d com.apple.quarantine strings.mac
54
55
# Linux
56
tar xzvf strings.linux.tar.gz # unzip
0 commit comments