mirror of https://github.com/docker/docs.git
fix formatting issues in completion.md file
This commit is contained in:
parent
87be333941
commit
ed87d31a00
|
@ -17,6 +17,7 @@ Make sure bash completion is installed.
|
|||
|
||||
1. On a current Linux OS (in a non-minimal installation), bash completion should be
|
||||
available.
|
||||
|
||||
2. Place the completion script in `/etc/bash_completion.d/`.
|
||||
|
||||
```shell
|
||||
|
@ -50,6 +51,7 @@ completion.
|
|||
##### Install via MacPorts
|
||||
|
||||
1. Run `sudo port install bash-completion` to install bash completion.
|
||||
|
||||
2. Add the following lines to `~/.bash_profile`:
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in New Issue