From 536c1e0f8817b0601a91c08fd7a855b8d9787825 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 3 Oct 2011 10:49:23 +0200 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 75b1c61c5..f3efc630e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ Installation / Usage -------------------- 1. Download the [`composer.phar`](http://packagist.org/get/composer.phar) executable -2. If you're on a \*nix system, make it executable: `chmod +x composer.phar` -3. Create a composer.json defining your dependencies. Note that this example is +2. Create a composer.json defining your dependencies. Note that this example is a short version for applications that are not meant to be published as packages themselves. To create libraries/packages please read the [guidelines](http://packagist.org/about). @@ -22,8 +21,8 @@ themselves. To create libraries/packages please read the [guidelines](http://pac } ``` -4. Run Composer: `php composer.phar install` (on \*nix you can omit the leading `php`) -5. Browse for more packages on [Packagist](http://packagist.org). +3. Run Composer: `php composer.phar install` +4. Browse for more packages on [Packagist](http://packagist.org). Requirements ------------