Plowshare: Add caveat about Bash 4+ requirement

Closes Homebrew/homebrew#23035.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
danielmartin 2013-10-03 23:55:53 +02:00 committed by Adam Vandenberg
parent 85374334e7
commit bdd30cc56f
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ class Plowshare < Formula
not work if X11 support is not enabled. To enable:
brew remove imagemagick
brew install imagemagick --with-x
Plowshare 4 requires Bash 4+. OS X ships with an old Bash 3 version.
To install Bash 4:
brew install bash
EOS
end
end