Add install instructions from Scoop (#183)

此提交包含在:
Tomer Keren
2020-04-17 02:22:47 +03:00
提交者 GitHub
父節點 67542608a2
當前提交 320b0b8127

查看文件

@@ -25,10 +25,13 @@ Alternatively, you can use the following:
```curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash``` ```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 using [Chocolatey](https://chocolatey.org/) then run: 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``` ```choco install act-cli```
If you are using [Scoop](https://scoop.sh/) then run:
```scoop install act```
If you are running Arch Linux, you can install the [act](https://aur.archlinux.org/packages/act/) package with your favorite package manager: If you are running Arch Linux, you can install the [act](https://aur.archlinux.org/packages/act/) package with your favorite package manager:
```yay -S act``` ```yay -S act```