From c378a7d28b5c20de9fbb4456544329d04ffb62a4 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 12 Feb 2023 02:25:22 +0800 Subject: [PATCH] chore: add Winget installation instructions (#1622) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f8fb81cd..47438878 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,14 @@ choco install act-cli scoop install act ``` +### [Winget](https://learn.microsoft.com/en-us/windows/package-manager/) (Windows) + +[![Winget package](https://repology.org/badge/version-for-repo/winget/act-run-github-actions.svg)](https://repology.org/project/act-run-github-actions/versions) + +```shell +winget install nektos.act +``` + ### [AUR](https://aur.archlinux.org/packages/act/) (Linux) [![aur-shield](https://img.shields.io/aur/version/act)](https://aur.archlinux.org/packages/act/)