Skip to content

Instantly share code, notes, and snippets.

@natereed
Created July 19, 2019 01:48
Show Gist options
  • Save natereed/df835b4bdc7dc954fe21648d38e8aa74 to your computer and use it in GitHub Desktop.
Save natereed/df835b4bdc7dc954fe21648d38e8aa74 to your computer and use it in GitHub Desktop.
Install Minikube
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