Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions site/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ See [port page](https://ports.macports.org/port/mage/)

See [scoop](https://scoop.sh/).


### With winget (Windows)

`winget install Magefile.mage`

See [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/).

### Using asdf

The [asdf version manager](https://asdf-vm.com/) is a tool for installing release binaries from Github. With asdf installed, the [asdf plugin for mage](https://github.com/mathew-fleisch/asdf-mage) can be used to install any released version of mage.
Expand Down