Add mac instructions

pull/6/head
Daniel Smith 2014-06-13 17:27:01 -07:00
parent 2d0b111ba8
commit 74ea18209a
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ set -e
HAVE_JQ=$(which jq)
if [[ -z ${HAVE_JQ} ]]; then
echo "Please install jq, e.g.: sudo apt-get install jq"
echo "Please install jq, e.g.: 'sudo apt-get install jq' or, "
echo "if you're on a mac with homebrew, 'brew install jq'."
exit 1
fi