From 7b899d20390ace9a55ae7a9568b4912892b813db Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Mon, 6 Aug 2012 10:00:50 +0300 Subject: [PATCH] suggest "create-project" when using compoer this requires first registering this repository on packagist.org --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -------------------- -- 1.7.10.4