From 3d10d4ebe58b270f4b12a16782e1df2c42c315c2 Mon Sep 17 00:00:00 2001 From: Gordon Murray Date: Sat, 17 Jan 2015 19:24:45 +0000 Subject: [PATCH] grammer change --- Installing-PHPCI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.