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
|
1. On a current Linux OS (in a non-minimal installation), bash completion should be
|
||||||
available.
|
available.
|
||||||
|
|
||||||
2. Place the completion script in `/etc/bash_completion.d/`.
|
2. Place the completion script in `/etc/bash_completion.d/`.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
@ -50,6 +51,7 @@ completion.
|
||||||
##### Install via MacPorts
|
##### Install via MacPorts
|
||||||
|
|
||||||
1. Run `sudo port install bash-completion` to install bash completion.
|
1. Run `sudo port install bash-completion` to install bash completion.
|
||||||
|
|
||||||
2. Add the following lines to `~/.bash_profile`:
|
2. Add the following lines to `~/.bash_profile`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in New Issue