We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8a799e + c2cb98e commit d57df5fCopy full SHA for d57df5f
1 file changed
README.md
@@ -20,7 +20,7 @@ It manages automated deployment workflows based on webhooks for your projects.
20
21
* Download [Composer](https://getcomposer.org/download/): `curl -sS https://getcomposer.org/composer.phar -o composer.phar`
22
* Install the Deploy Agent: `php composer.phar create-project continuousphp/deploy-agent`
23
-* Start using the agent: `./agent`
+* Start using the agent: `cd deploy-agent && ./agent`
24
25
## HTTP server config
26
0 commit comments