We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97659cd commit e5699a6Copy full SHA for e5699a6
README.md
@@ -39,7 +39,19 @@ Example usage:
39
40
Color themes are the ones from https://github.com/mbadolato/iTerm2-Color-Schemes
41
42
-## Install and build
+## Install
43
+
44
+Pre-built binaries for Linux, macOS and Windows can be downloaded from [releases](https://github.com/wader/ansisvg/releases).
45
46
+### macOS
47
48
+For macOS you might have to allow to run the binary in security preferences. Alternatively run the below command:
49
50
+```sh
51
+xattr -d com.apple.quarantine ansisvg && spctl --add ansisvg
52
+```
53
54
+## Build
55
56
To build you will need at least go 1.18 or later.
57
0 commit comments