Skip to content

Commit c97c205

Browse files
Update documentation to include Windows Magefile Cache (#484)
* Update _index.en.md * Update documentation to include Windows Magefile Cache
1 parent 9f54e0f commit c97c205

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

site/content/environment/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Set to "1" or "true" to turn on debug mode (like running with -debug)
1414
## MAGEFILE_CACHE
1515

1616
Sets 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

site/content/howitworks/_index.en.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2223
Mage itself requires no dependencies to run. However, because it is compiling go
2324
code, you must have a valid go environment set up on your machine. Mage is
2425
compatible with any go 1.7+ environment (earlier versions may work but are not
25-
tested).
26+
tested).

0 commit comments

Comments
 (0)