We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65ef38 commit 5dd5c46Copy full SHA for 5dd5c46
lib/mix/lib/mix.ex
@@ -302,6 +302,7 @@ defmodule Mix do
302
* `MIX_HOME` - path to Mix's home directory, stores configuration files and scripts used by Mix
303
(default: `~/.mix`)
304
* `MIX_INSTALL_DIR` - (since v1.12.0) specifies directory where `Mix.install/2` keeps
305
+ install cache
306
* `MIX_INSTALL_FORCE` - (since v1.13.0) runs `Mix.install/2` with empty install cache
307
* `MIX_PATH` - appends extra code paths
308
* `MIX_QUIET` - does not print information messages to the terminal
0 commit comments