From df4ef4de808edb8e3b657e4e24c96f8643ffcd32 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 16 Nov 2021 21:48:40 +0100 Subject: [PATCH] docs: add brew installation from HEAD (#886) For folks who need latest fixes or "live on the edge" --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2686b90..02ffed7 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ If you are using Linux, you will need to [install Docker Engine](https://docs.do brew install act ``` +or if you want to install version based on latest commit, you can run below (it requires compiler to be installed installed but Homebrew will suggest you how to install it, if you don't have it): + +```shell +brew install act --HEAD +``` + ### [MacPorts](https://www.macports.org) (macOS) ```shell