Created
July 19, 2019 01:48
-
-
Save natereed/df835b4bdc7dc954fe21648d38e8aa74 to your computer and use it in GitHub Desktop.
Install Minikube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.23.0/minikube-darwin-amd64 \ | |
&& chmod +x minikube && \ | |
sudo mv minikube /usr/local/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment