suggest "create-project" when using compoer
authorLukas Kahwe Smith <smith@pooteeweet.org>
Mon, 6 Aug 2012 07:00:50 +0000 (10:00 +0300)
committerLukas Kahwe Smith <smith@pooteeweet.org>
Mon, 6 Aug 2012 07:00:50 +0000 (10:00 +0300)
this requires first registering this repository on packagist.org

README.md

index 4e7d164..b800db8 100644 (file)
--- 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
 --------------------