From: Lukas Kahwe Smith Date: Mon, 6 Aug 2012 07:00:50 +0000 (+0300) Subject: suggest "create-project" when using compoer X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fapplication_blanche.git;a=commitdiff_plain;h=7b899d20390ace9a55ae7a9568b4912892b813db suggest "create-project" when using compoer this requires first registering this repository on packagist.org --- diff --git a/README.md b/README.md index 4e7d164..b800db8 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,10 @@ Installation Using Composer (recommended) ---------------------------- The recommended way to get a working copy of this project is to clone the repository -and use composer to install dependencies: +and use composer to install dependencies using the "create-project" command: - cd my/project/dir - git clone git://github.com/zendframework/ZendSkeletonApplication.git - cd ZendSkeletonApplication - php composer.phar install + curl -s http://getcomposer.org/installer | php -- + php composer.phar create-project zendframework/skeleton-application path/to/install Using Git submodules --------------------