SublimeLinter / SublimeLinter-shellcheck

This linter plugin for SublimeLinter provides an interface to shellcheck.
MIT License
210 stars 20 forks source link

There are binary distributions of the executable #3

Closed caesarsol closed 9 years ago

caesarsol commented 9 years ago

Could be stated in the README to facilitate new users: on Debian based distros:

apt-get install shellcheck

on OS X with homebrew:

brew install shellcheck
NotSqrt commented 9 years ago

Nice ! I don't really want to keep track of all the ways to install shellcheck, so the readme already points to https://github.com/koalaman/shellcheck which explains everything ..

Is that not enough ?

caesarsol commented 9 years ago

your point is correct, but it states it's installable using cabal and it's misleading. just a short note could incourage the users, since brew and apt are widely used!

thanks for the good work, I'm a bash addicted ;)

NotSqrt commented 9 years ago

I edited the messages to clarify that !