mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update completion.md (#3314)
This commit is contained in:
committed by
Misty Stanley-Jones
parent
05b92c65e1
commit
cf20bf5fc4
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: Install Machine command-line completion
|
||||
keywords: machine, docker, orchestration, cli, reference
|
||||
keywords: machine, docker, orchestration, cli, reference
|
||||
title: Command-line completion
|
||||
---
|
||||
|
||||
@@ -34,7 +34,7 @@ Completion will be available upon next login.
|
||||
|
||||
### 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
|
||||
curl -L https://raw.githubusercontent.com/docker/docker/master/contrib/completion/zsh/_docker > ~/.zsh/completion/_docker-machine
|
||||
|
||||
Reference in New Issue
Block a user