use composer create-project instead of git
This commit is contained in:
@@ -44,10 +44,8 @@ Installation
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ git clone https://github.com/thelia/thelia.git
|
|
||||||
$ cd thelia
|
|
||||||
$ curl -sS https://getcomposer.org/installer | php
|
$ 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 :
|
Finish the installation using cli tools :
|
||||||
|
|||||||
Reference in New Issue
Block a user