diff --git a/doc/03-cli.md b/doc/03-cli.md index 9fd8256b6..30d21c673 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -13,6 +13,12 @@ php composer.phar dump ``` calls `composer dump-autoload`. +## Bash Completions + +To install bash completions you can run `composer completion bash > completion.bash` (put the file +in /etc/bash_completion.d/composer to make it load automatically in new terminals) and then +`source completion.bash` to enable it in the current terminal session. + ## Global Options The following options are available with every command: