瀏覽代碼

Merge pull request #2205 from unn/patch-1

Update help docs for the global command
Jordi Boggiano 11 年之前
父節點
當前提交
ef072ff8c0
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/Composer/Command/GlobalCommand.php

+ 3 - 0
src/Composer/Command/GlobalCommand.php

@@ -43,6 +43,9 @@ is to add the COMPOSER_HOME/vendor/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.
 
+Note: This path may vary depending on customizations to bin-dir in 
+composer.json or the environmental variable COMPOSER_BIN_DIR.
+
 EOT
             )
         ;