1
0
Fork 0

Update help docs for the global command

I noticed that COMPOSER_HOME/vendor/bin was wrong. Correcting.
pull/2205/head
David Stoline 2013-08-23 10:59:43 -04:00
parent 61c0127f05
commit 6eee550c2f
1 changed files with 1 additions and 1 deletions

View File

@ -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\<user>\AppData\Roaming\Composer on Windows
and /home/<user>/.composer on unix systems.