Skip to content

Commit 320b0b8

Browse files
authored
Add install instructions from Scoop (#183)
1 parent 6754260 commit 320b0b8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ Alternatively, you can use the following:
2525

2626
```curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash```
2727

28-
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:
29-
28+
If you are running Windows, download the [latest release](https://github.com/nektos/act/releases/latest) and add the binary in to your PATH.
29+
If you are using [Chocolatey](https://chocolatey.org/) then run:
3030
```choco install act-cli```
3131

32+
If you are using [Scoop](https://scoop.sh/) then run:
33+
```scoop install act```
34+
3235
If you are running Arch Linux, you can install the [act](https://aur.archlinux.org/packages/act/) package with your favorite package manager:
3336

3437
```yay -S act```

0 commit comments

Comments
 (0)