Skip to content

Commit a555363

Browse files
author
Frederic Dewinne
committed
add missing cd into readme file
1 parent c7c0552 commit a555363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It manages automated deployment workflows based on webhooks for your projects.
2020

2121
* Download [Composer](https://getcomposer.org/download/): `curl -sS https://getcomposer.org/composer.phar -o composer.phar`
2222
* Install the Deploy Agent: `php composer.phar create-project continuousphp/deploy-agent`
23-
* Start using the agent: `./agent`
23+
* Start using the agent: `cd deploy-agent && ./agent`
2424

2525
## HTTP server config
2626

0 commit comments

Comments
 (0)