Explorar o código

Update help docs for the global command

I noticed that COMPOSER_HOME/vendor/bin was wrong. Correcting.
David Stoline %!s(int64=12) %!d(string=hai) anos
pai
achega
6eee550c2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Command/GlobalCommand.php

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