Fix a little typo and improve a little clarity. (#2649)

Fix a typo.

Added "~/" to be clear that this is in user's "Home" directory.

Added `~/.zshrc` as some user uses ZSH terminal.
This commit is contained in:
Eric San 2021-09-15 03:13:21 +08:00 committed by GitHub
parent fd1be9baa6
commit 711db81d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ composer require deployer/deployer --dev
Deployer comes with an autocomplete support for bash & zsh, so you don't need to Deployer comes with an autocomplete support for bash & zsh, so you don't need to
remember task names and options. remember task names and options.
Add next line to you `.bash_profile`: Add next line to your `~/.bash_profile` or `~/.zshrc`:
```shell ```shell
eval "$(dep autocomplete)" eval "$(dep autocomplete)"