Fix issues with piping
authorMatthew Weier O'Phinney <matthew@zend.com>
Wed, 3 Oct 2012 21:55:23 +0000 (16:55 -0500)
committerMatthew Weier O'Phinney <matthew@zend.com>
Wed, 3 Oct 2012 21:56:05 +0000 (16:56 -0500)
- Needed -- for piping to PHP
- Omitted a "-" in front of "-repository-url"

README.md

index 4f653c3..0c14384 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ 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 using the `create-project` command:
 
-    curl -s https://getcomposer.org/installer | php -
-    php composer.phar create-project -repository-url="http://packages.zendframework.com" zendframework/skeleton-application path/to/install
+    curl -s https://getcomposer.org/installer | php --
+    php composer.phar create-project --repository-url="http://packages.zendframework.com" zendframework/skeleton-application path/to/install
 
 Alternately, clone the repository and manually invoke `composer` using the shipped
 `composer.phar`: