From c9cd9dabc4d9e85751a34235a44d861b07b8bb3b Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 5 Jun 2013 14:41:24 +0200 Subject: [PATCH] change readme for installation part --- Readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index b1eac602d..b6c0945d0 100644 --- a/Readme.md +++ b/Readme.md @@ -20,12 +20,14 @@ $ cd thelia $ wget http://getcomposer.org/composer.phar $ php composer.phar install ``` -Create a mysql database and import sql dump files located in the install folder : thelia.sql first, then insert.sql. -Configure mysql connection : +Finish the installation using cli tools : -* rename ```local/config/database.yml.sample"``` into ```local/config/database.yml``` -* edit ```local/config/database.yml``` file and add needed information +``` bash +$ php Thelia thelia:install +``` + +You just have to follow all instructions. Usage -----