Fix 132 - support for chocolatey install (#144)

* fix #132 - publish chocolatey package for act

* add missing files to pass validation

* remove extra choco step
This commit is contained in:
Casey Lee
2020-03-09 17:49:55 -07:00
committed by GitHub
parent 16520bb277
commit b7fcf137ab
8 changed files with 117 additions and 2 deletions

View File

@@ -25,7 +25,9 @@ Alternatively, you can use the following:
```curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash```
If you are running Windows, download the [latest release](https://github.com/nektos/act/releases/latest) and add the binary in to your PATH.
If you are running Windows, download the [latest release](https://github.com/nektos/act/releases/latest) and add the binary in to your PATH. If you are using [Chocolatey](https://chocolatey.org/) then run:
```choco install act-cli```
If you are running Arch Linux, you can install the [act](https://aur.archlinux.org/packages/act/) package with your favorite package manager: