提交 e7afea82 编写于 作者: M Matt Rickard

Change instructions for completion bash on OS X

OS X default version of bash doesn't support process substitution.
https://github.com/kubernetes/minikube/issues/844#issuecomment-262587570
上级 cdeccff5
......@@ -32,7 +32,8 @@ const longDescription = `
OS X:
$ brew install bash-completion
$ source $(brew --prefix)/etc/bash_completion
$ source <(minikube completion bash)
$ minikube completion bash > ~/.minikube-completion
$ source ~/.minikube-completion
Ubuntu:
$ apt-get install bash-completion
$ source /etc/bash-completion
......
......@@ -12,7 +12,8 @@ Outputs minikube shell completion for the given shell (bash)
OS X:
$ brew install bash-completion
$ source $(brew --prefix)/etc/bash_completion
$ source <(minikube completion bash)
$ minikube completion bash > ~/.minikube-completion
$ source ~/.minikube-completion
Ubuntu:
$ apt-get install bash-completion
$ source /etc/bash-completion
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册