Add a note about customizations
parent
6eee550c2f
commit
54a74e81d5
|
@ -38,11 +38,14 @@ Use this command as a wrapper to run other Composer commands
|
||||||
within the global context of COMPOSER_HOME.
|
within the global context of COMPOSER_HOME.
|
||||||
|
|
||||||
You can use this to install CLI utilities globally, all you need
|
You can use this to install CLI utilities globally, all you need
|
||||||
is to add the COMPOSER_HOME/bin dir to your PATH env var.
|
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
|
COMPOSER_HOME is c:\Users\<user>\AppData\Roaming\Composer on Windows
|
||||||
and /home/<user>/.composer on unix systems.
|
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
|
EOT
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue