Update release docs' OSX installation method
to also mention how to install via homebrew.pull/2858/head
parent
1468a4c8a7
commit
e53454b34f
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue