From: Matthew Weier O'Phinney Date: Wed, 3 Oct 2012 21:55:23 +0000 (-0500) Subject: Fix issues with piping X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fapplication_blanche.git;a=commitdiff_plain;h=fdc8800a773aa0ae56cb9a7d5bbe6f29f0f300fd Fix issues with piping - Needed -- for piping to PHP - Omitted a "-" in front of "-repository-url" --- diff --git a/README.md b/README.md index 4f653c3..0c14384 100644 --- 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`: