Skip to content

Commit

Permalink
Fixes #1305 (#2841)
Browse files Browse the repository at this point in the history
Update installation, remove --shell option which is not longer available

* Fixes #1305
* Update installation.md
Feedback incorporated.
  • Loading branch information
Schrank committed Dec 17, 2021
1 parent 32a63ec commit cfcb963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Expand Up @@ -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)
```
:::

Expand Down

0 comments on commit cfcb963

Please sign in to comment.