From 6eee550c2f51b26eb31b5a843dbf0b42254b674b Mon Sep 17 00:00:00 2001 From: David Stoline Date: Fri, 23 Aug 2013 10:59:43 -0400 Subject: [PATCH] Update help docs for the global command I noticed that COMPOSER_HOME/vendor/bin was wrong. Correcting. --- src/Composer/Command/GlobalCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/GlobalCommand.php b/src/Composer/Command/GlobalCommand.php index d37958939..46019f1c3 100644 --- a/src/Composer/Command/GlobalCommand.php +++ b/src/Composer/Command/GlobalCommand.php @@ -38,7 +38,7 @@ Use this command as a wrapper to run other Composer commands within the global context of COMPOSER_HOME. You can use this to install CLI utilities globally, all you need -is to add the COMPOSER_HOME/vendor/bin dir to your PATH env var. +is to add the COMPOSER_HOME/bin dir to your PATH env var. COMPOSER_HOME is c:\Users\\AppData\Roaming\Composer on Windows and /home//.composer on unix systems.