From e7a564b2dfdb8205147c8e922ac09ae573578e10 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 17 Dec 2013 14:47:31 +0100 Subject: [PATCH] use composer create-project instead of git --- Readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index e6d83a43e..4651523e2 100755 --- a/Readme.md +++ b/Readme.md @@ -44,10 +44,8 @@ Installation ------------ ``` bash -$ git clone https://github.com/thelia/thelia.git -$ cd thelia $ curl -sS https://getcomposer.org/installer | php -$ php composer.phar install --prefer-dist --optimize-autoloader +$ php composer.phar create-project thelia/thelia path/ dev-master ``` Finish the installation using cli tools :