From 320b0b81277ba357fb9ea58d8e0778b6c5174421 Mon Sep 17 00:00:00 2001 From: Tomer Keren Date: Fri, 17 Apr 2020 02:22:47 +0300 Subject: [PATCH] Add install instructions from Scoop (#183) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00abe95..b473ff7 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,13 @@ 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 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``` +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: ```yay -S act```