mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Add mac instructions
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user