Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down