Skip to content

Commit

Permalink
Add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed May 31, 2024
1 parent 97659cd commit e5699a6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,19 @@ Example usage:

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

## Install and build
## Install

Pre-built binaries for Linux, macOS and Windows can be downloaded from [releases](https://github.com/wader/ansisvg/releases).

### macOS

For macOS you might have to allow to run the binary in security preferences. Alternatively run the below command:

```sh
xattr -d com.apple.quarantine ansisvg && spctl --add ansisvg
```

## Build

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

Expand Down

0 comments on commit e5699a6

Please sign in to comment.