From e39f6e1587cd748df89b4f2efa536e9163437d61 Mon Sep 17 00:00:00 2001 From: Wil Moore III Date: Sat, 7 Jan 2012 13:55:20 -0700 Subject: [PATCH] added callout note to manual install section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dde11313..dec32b8cf 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ file as described above. 2. Download the [`composer.phar`](http://getcomposer.org/composer.phar) executable 3. Run Composer to get the dependencies: `php composer.phar install` -Global installation of composer -------------------------------- +Global installation of composer (manually) +------------------------------------------ Since composer works with the current working directory it is possible to install it in a system wide way.