# SublimeLinter-contrib-brew [![The MIT License](https://flat.badgen.net/badge/license/MIT/blue)](https://opensource.org/licenses/MIT) [![Package Control](https://packagecontrol.herokuapp.com/downloads/SublimeLinter-contrib-brew.svg?style=flat-square)](https://packagecontrol.io/packages/SublimeLinter-contrib-brew) [![GitHub](https://flat.badgen.net/github/release/idleberg/SublimeLinter-contrib-brew)](https://github.com/idleberg/SublimeLinter-contrib-brew/releases) [![CircleCI](https://flat.badgen.net/circleci/github/idleberg/generator-atom-package-coffeescript)](https://circleci.com/gh/idleberg/SublimeLinter-contrib-brew) This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [brew](https://brew.sh). It will be used with [Homebrew formulas](https://docs.brew.sh/Formula-Cookbook). ## Prerequisites 1. Make sure you have [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) installed 2. Ensure that `brew` is installed on your system and available in your [PATH environmental variable](http://sublimelinter.readthedocs.io/en/latest/troubleshooting.html#finding-a-linter-executable) ## Installation ### Package Control 1. Make sure you have [Package Control](https://packagecontrol.io/) installed 2. Choose *“Install Package”* from the Command Palette (Super+Shift+p) 3. Type *“SublimeLinter-contrib-brew”* and press Enter With the [`auto_upgrade`](https://packagecontrol.io/docs/settings#setting-auto_upgrade) setting enabled, Package Control will keep all installed packages up-to-date! ### Using Git 1. Change to your Sublime Text `Packages` directory 2. Clone repository `git clone https://github.com/idleberg/SublimeLinter-contrib-brew.git SublimeLinter-contrib-brew` ## Settings Please refer to the official documentation in order to tweak the [SublimeLinter settings](http://sublimelinter.readthedocs.org/en/latest/settings.html) or [linter settings](http://sublimelinter.readthedocs.org/en/latest/linter_settings.html). ## License This work is licensed under the [The MIT License](LICENSE)