From 9e8543c33363ed15c21da77c298bf54f21de39f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Tue, 18 Apr 2023 21:59:07 +0200 Subject: [PATCH] docs: Add winget installation on Windows Mage 1.14.0 package has been accepted to winget repository, see https://github.com/microsoft/winget-pkgs/pull/102752 --- site/content/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/content/index.md b/site/content/index.md index 6f3f7a61..83e513ca 100644 --- a/site/content/index.md +++ b/site/content/index.md @@ -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.