Update release docs' OSX installation method

to also mention how to install via homebrew.
pull/2858/head
David Xia 2018-05-30 17:25:24 -04:00 committed by dlorenc
parent 1468a4c8a7
commit e53454b34f
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ curl -Lo minikube https://storage.googleapis.com/minikube/releases/${TAGNAME}/mi
\`\`\`
Feel free to leave off the \`\`\`sudo mv minikube /usr/local/bin\`\`\` if you would like to add minikube to your path manually.
Or you can install via homebrew with `brew cask install minikube`.
### Linux
\`\`\`shell
curl -Lo minikube https://storage.googleapis.com/minikube/releases/${TAGNAME}/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/