Update installation, remove --shell option which is not longer available

* Fixes #1305
* Update installation.md
Feedback incorporated.
This commit is contained in:
Fabian Blechschmidt 2021-12-17 09:29:18 +01:00 committed by GitHub
parent 32a63ec9b4
commit cfcb963ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
```
:::