Skip to content

Commit e5699a6

Browse files
committed
Add install instructions
1 parent 97659cd commit e5699a6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,19 @@ Example usage:
3939

4040
Color themes are the ones from https://github.com/mbadolato/iTerm2-Color-Schemes
4141

42-
## Install and build
42+
## 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
4355

4456
To build you will need at least go 1.18 or later.
4557

0 commit comments

Comments
 (0)