From cfcb963ead5f993157d20478c8332c0c93908337 Mon Sep 17 00:00:00 2001 From: Fabian Blechschmidt Date: Fri, 17 Dec 2021 09:29:18 +0100 Subject: [PATCH] Fixes #1305 (#2841) Update installation, remove --shell option which is not longer available * Fixes #1305 * Update installation.md Feedback incorporated. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ``` :::