use composer create-project instead of git

This commit is contained in:
Manuel Raynaud
2013-12-17 14:47:31 +01:00
parent ade8ac6f2a
commit e7a564b2df

View File

@@ -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 :