diff --git a/Installing-PHPCI.md b/Installing-PHPCI.md index 96f5236..23099ff 100644 --- a/Installing-PHPCI.md +++ b/Installing-PHPCI.md @@ -15,7 +15,7 @@ * Go to your `www` directory, usually `/var/www`. * Download composer `curl -sS https://getcomposer.org/installer | php` * Get the project: `./composer.phar create-project block8/phpci phpci --keep-vcs --no-dev` -* Retrieve any missing composer dependencies: Get inside the installation dir with `cd phpci`. Bring composer inside with `cp ../composer.phar .`. Finally, update composer dependencies: `./composer.phar install` and then `./composer.phar update` +* Retrieve any missing composer dependencies: Go inside the installation dir with `cd phpci`. Bring composer inside with `cp ../composer.phar .`. Finally, update composer dependencies: `./composer.phar install` and then `./composer.phar update` * 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.