diff --git a/doc/03-cli.md b/doc/03-cli.md index ecded9528..8cceb71f6 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -213,11 +213,12 @@ Alternatively you can also define the git proxy using ### COMPOSER_HOME 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 -data. +is a hidden, global (per-user on the machine) directory that is shared between +all projects. -By default it points to `$HOME/.composer` on *nix and `$APPDATA/Composer` on -Windows. +By default it points to `/home//.composer` on *nix, +`/Users//.composer` on OSX and +`C:\Users\\AppData\Roaming\Composer` on Windows. ### COMPOSER_PROCESS_TIMEOUT