File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Set to "1" or "true" to turn on debug mode (like running with -debug)
1414## MAGEFILE_CACHE
1515
1616Sets the directory where mage will store binaries compiled from magefiles
17- (default is $HOME/.magefile)
17+ (default is $HOME/. or %USERPROFILE%\ magefile)
1818
1919## MAGEFILE_GOCMD
2020
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ binary is also used in the hash.
1414
1515## Binary Cache
1616
17- Compiled magefile binaries are stored in $HOME/.magefile. This location can be
18- customized by setting the MAGEFILE_CACHE environment variable.
17+ Compiled magefile binaries are stored by default in $HOME/.magefile or in
18+ %USERPROFILE%\magefile. This location can be customized by setting the
19+ MAGEFILE_CACHE environment variable.
1920
2021## Go Environment
2122
2223Mage itself requires no dependencies to run. However, because it is compiling go
2324code, you must have a valid go environment set up on your machine. Mage is
2425compatible with any go 1.7+ environment (earlier versions may work but are not
25- tested).
26+ tested).
You can’t perform that action at this time.
0 commit comments