Skip to content

Commit

Permalink
Update documentation to include Windows Magefile Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRoyNelson committed Oct 10, 2023
1 parent a014264 commit 914ac64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions site/content/howitworks/_index.en.md
Expand Up @@ -14,12 +14,13 @@ binary is also used in the hash.

## Binary Cache

Compiled magefile binaries are stored in $HOME/.magefile. This location can be
customized by setting the MAGEFILE_CACHE environment variable.
Compiled magefile binaries are stored by default in $HOME/.magefile or in
%USERPROFILE%\magefile. This location can be customized by setting the
MAGEFILE_CACHE environment variable.

## Go Environment

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

0 comments on commit 914ac64

Please sign in to comment.