mirror of https://github.com/docker/docs.git
Update completion.md (#3652)
This commit is contained in:
parent
218fcfed6a
commit
f0a851beb1
|
@ -36,7 +36,10 @@ completion.
|
|||
## MacPorts Bash Completion
|
||||
|
||||
If you're using MacPorts you'll need to slightly modify your steps to the
|
||||
following Run `sudo port install bash-completion` to install bash completion.
|
||||
following:
|
||||
|
||||
Run `sudo port install bash-completion` to install bash completion.
|
||||
Add the following lines to `~/.bash_profile`:
|
||||
|
||||
```shell
|
||||
if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then
|
||||
|
|
Loading…
Reference in New Issue