From e5699a672d9b6892f001f10c6c3cd766ea275a38 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Fri, 31 May 2024 17:37:46 +0200 Subject: [PATCH] Add install instructions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64f08e5..7eace55 100644 --- a/README.md +++ b/README.md @@ -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.