[docs] Improve description of COMPOSER_HOME
parent
7b882479a7
commit
1d3fd25cf2
|
@ -213,11 +213,12 @@ Alternatively you can also define the git proxy using
|
||||||
### COMPOSER_HOME
|
### COMPOSER_HOME
|
||||||
|
|
||||||
The `COMPOSER_HOME` var allows you to change the composer home directory. This
|
The `COMPOSER_HOME` var allows you to change the composer home directory. This
|
||||||
is a global (per-user on the machine) hidden directory that caches repository
|
is a hidden, global (per-user on the machine) directory that is shared between
|
||||||
data.
|
all projects.
|
||||||
|
|
||||||
By default it points to `$HOME/.composer` on *nix and `$APPDATA/Composer` on
|
By default it points to `/home/<user>/.composer` on *nix,
|
||||||
Windows.
|
`/Users/<user>/.composer` on OSX and
|
||||||
|
`C:\Users\<user>\AppData\Roaming\Composer` on Windows.
|
||||||
|
|
||||||
### COMPOSER_PROCESS_TIMEOUT
|
### COMPOSER_PROCESS_TIMEOUT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue