From 4b95b9009b3ea96e9889f8fe4c5c2a0813e1aa6a Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Wed, 30 Dec 2020 23:59:34 +0100 Subject: [PATCH] Add homebrew installation instructions to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 23d4152..1dda36b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ Converts a simple list of color definitions to asset catalogs for Xcode, resource XML for Android or an HTML preview. +## Installation + +Install via [Homebrew](https://brew.sh): + +``` +brew tap 5sw/makecolors +brew install make-colors +``` + ## Input format Each line in your input contains one color definition. That is a name followed by the actual color. We support RGB colors in a few formats similar to CSS: