From fdc8800a773aa0ae56cb9a7d5bbe6f29f0f300fd Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 3 Oct 2012 16:55:23 -0500 Subject: [PATCH] Fix issues with piping - Needed -- for piping to PHP - Omitted a "-" in front of "-repository-url" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`: -- 1.7.10.4