Skip to content

Commit d20cabf

Browse files
committed
Update docs
1 parent c1ca4e1 commit d20cabf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We recommend adding next alias to your .bashrc file:
44

55
```bash
6-
alias dep='vendor/bin/deployer.phar'
6+
alias dep='vendor/bin/dep'
77
```
88

99
As well as installing completion script for Deployer, completion supports:

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ composer require --dev deployer/deployer
88
To initialize deployer in you project run:
99

1010
```
11-
vendor/bin/deployer.phar init
11+
vendor/bin/dep init
1212
```
1313

1414
:::tip Bash integration
1515
Add next alias to your _.bashrc_ file:
1616

1717
```bash
18-
alias dep='vendor/bin/deployer.phar'
18+
alias dep='vendor/bin/dep'
1919
```
2020

2121
Deployer comes with autocomplete support for task names, options, and hosts.

0 commit comments

Comments
 (0)