From e739f72c5e74ad3934de6f5368a096b4a0ece0a3 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Wed, 26 Feb 2020 22:09:13 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf530fc..33ac867 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ 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 Arch Linux, you can install the [act](https://aur.archlinux.org/packages/act/) package with your favorite package manager: ```yay -S act```