From 3c91e285c5c698084664f7928b0573bfdb60b34b Mon Sep 17 00:00:00 2001 From: jedrekdomanski Date: Thu, 19 Nov 2020 12:41:47 +0100 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 608a10c..ab33006 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,22 @@ Gutter Color is a cross-platform Sublime Text plugin which displays a colored ic * Install ImageMagick * Set the `convert_path` in `Preferences: Package Settings > GutterColor > Settings – User` to the location of the ImageMagick `convert` script: +#### OSX + ```json { "convert_path" : "/usr/local/bin/convert" } ``` + +#### Linux + +```json +{ + "convert_path" : "/usr/bin/convert" +} +``` + * For help with either, view [this blog post by Wes Bos](http://wesbos.com/css-gutter-color-sublime-text/) * *Additional user settings:* * `supported_syntax` sets the filetypes the script runs in.