Update completion.md

Reload your bash after installation
This commit is contained in:
Piotr Sobieszczański 2021-03-22 11:43:13 +01:00 committed by GitHub
parent cdb4fdb37b
commit 8b0e7fa79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ available.
-L https://raw.githubusercontent.com/docker/compose/{{site.compose_version}}/contrib/completion/bash/docker-compose \
-o /etc/bash_completion.d/docker-compose
```
3. Reload your terminal. You can close then open new one or in current bash reload your setting with `source ~/.bashrc` command.
#### Mac