Added bash 4 requirement to the readme

This commit is contained in:
Joshua Sherman 2014-02-02 16:54:34 -05:00
parent 4d09beb7cf
commit 56c15168d7

View file

@ -2,9 +2,12 @@ wetness
======= =======
`wetness` is a `bash` script for checking a CSS file for duplicate properties. `wetness` is a `bash` script for checking a CSS file for duplicate properties.
Just like [Ellie Kemper][BJ], the aim of this script is to help make it DRY. Just like [Ellie Kemper][BJ], the aim of this script is to help make it DRY.
This script utilizes associative arrays in `bash` which requires version 4. OSX
is still shipping with version 3.2 but you can upgrade to 4.2 with
`brew install bash`.
[BJ]: http://www.collegehumor.com/video/1183463/derrick-comedy-blowjob [BJ]: http://www.collegehumor.com/video/1183463/derrick-comedy-blowjob
## Usage ## Usage