mirror of https://github.com/docker/docs.git
Update completion.md (#3314)
This commit is contained in:
parent
05b92c65e1
commit
cf20bf5fc4
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
description: Install Machine command-line completion
|
description: Install Machine command-line completion
|
||||||
keywords: machine, docker, orchestration, cli, reference
|
keywords: machine, docker, orchestration, cli, reference
|
||||||
title: Command-line completion
|
title: Command-line completion
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ Completion will be available upon next login.
|
||||||
|
|
||||||
### Zsh
|
### Zsh
|
||||||
|
|
||||||
Place the completion scripts in your `/path/to/zsh/completion`, using e.g. `~/.zsh/completion/`
|
Place the completion script in your `/path/to/zsh/completion`, using e.g. `~/.zsh/completion/`
|
||||||
|
|
||||||
mkdir -p ~/.zsh/completion
|
mkdir -p ~/.zsh/completion
|
||||||
curl -L https://raw.githubusercontent.com/docker/docker/master/contrib/completion/zsh/_docker > ~/.zsh/completion/_docker-machine
|
curl -L https://raw.githubusercontent.com/docker/docker/master/contrib/completion/zsh/_docker > ~/.zsh/completion/_docker-machine
|
||||||
|
|
Loading…
Reference in New Issue