diff --git a/Installing PHPCI.md b/Installing PHPCI.md index 0ed9518..27df340 100644 --- a/Installing PHPCI.md +++ b/Installing PHPCI.md @@ -19,6 +19,7 @@ * Install the project: `./console phpci:install` * Add a virtual host to your web server, pointing to the directory "public" where you cloned PHPCI into. * You'll need to set up rewrite rules to point all non-existent requests to PHPCI. +* Set up a CRON or DAEMON job to automate the runs (see the FINALLY section below). ### Apache Example (require mod_rewrite installed):