Skip to content

Commit

Permalink
chore: add Winget installation instructions (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Feb 11, 2023
1 parent 44333c7 commit c378a7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit c378a7d

Please sign in to comment.