diff --git a/docs/installation.md b/docs/installation.md index 38001efe4..94b129093 100755 --- a/docs/installation.md +++ b/docs/installation.md @@ -16,7 +16,7 @@ Deployer comes with autocomplete support for task names, options, and hosts. Add the following to your `~/.bashrc` or `~/.zshrc`: ``` -eval "$(dep autocomplete --shell bash)" +eval "$(dep autocomplete --install) ``` :::