From 5595ebc233d1d4a5259303678abadc626ec182b5 Mon Sep 17 00:00:00 2001 From: Dinduks Date: Sun, 10 Jun 2012 18:48:33 +0200 Subject: [PATCH] Add more info to "Install. from Source" in the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df0e008fc..2bdf2f5fb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,9 @@ file as described above. 1. Run `git clone https://github.com/composer/composer.git` 2. Download the [`composer.phar`](http://getcomposer.org/composer.phar) executable -3. Run Composer to get the dependencies: `php composer.phar install` +3. Run Composer to get the dependencies: `cd composer && php ../composer.phar install` + +You can now run Composer by executing the `bin/composer` script: `php /path/to/composer/bin/composer` Global installation of Composer (manual) ----------------------------------------