Skip to content

Commit

Permalink
readme.md small change
Browse files Browse the repository at this point in the history
  • Loading branch information
rdxmb authored and dlorenc committed May 24, 2018
1 parent dadb7ad commit 57a4ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export MINIKUBE_WANTUPDATENOTIFICATION=false
export MINIKUBE_WANTREPORTERRORPROMPT=false
export MINIKUBE_HOME=$HOME
export CHANGE_MINIKUBE_NONE_USER=true
mkdir $HOME/.kube || true
mkdir -p $HOME/.kube
touch $HOME/.kube/config

export KUBECONFIG=$HOME/.kube/config
Expand Down

0 comments on commit 57a4ddc

Please sign in to comment.