From 695d57c68cd86d5dd83d911c47b4045c9b3f1089 Mon Sep 17 00:00:00 2001 From: Tobias Tom Date: Wed, 31 Jul 2013 08:15:07 +0200 Subject: [PATCH] Added additional installation step. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1eff8a..7acf5f4c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ _**Please be aware that PHPCI is a beta-release project, so whilst it is very st ####Installing from Github: * Step 1: `git clone https://github.com/Block8/PHPCI.git` * Step 2: `cd PHPCI` -* Step 3: `chmod +x ./console && ./console phpci:install` +* Step 3: `composer install` +* Step 4: `chmod +x ./console && ./console phpci:install` * When prompted, enter your database host, username, password and the database name that PHPCI should use. * The script will attempt to create the database if it does not exist already. * If you intend to use the MySQL plugin to create / destroy databases, the user you entered above will need CREATE / DELETE permissions on the server.