Merge branch 'patch-2' of https://github.com/lsmith77/ZendSkeletonApplication into...
authorMatthew Weier O'Phinney <matthew@zend.com>
Wed, 3 Oct 2012 20:22:06 +0000 (15:22 -0500)
committerMatthew Weier O'Phinney <matthew@zend.com>
Wed, 3 Oct 2012 20:22:06 +0000 (15:22 -0500)
Conflicts:
composer.json

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