mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
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:
parent
fd1be9baa6
commit
711db81d3f
@ -63,7 +63,7 @@ composer require deployer/deployer --dev
|
||||
Deployer comes with an autocomplete support for bash & zsh, so you don't need to
|
||||
remember task names and options.
|
||||
|
||||
Add next line to you `.bash_profile`:
|
||||
Add next line to your `~/.bash_profile` or `~/.zshrc`:
|
||||
|
||||
```shell
|
||||
eval "$(dep autocomplete)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user