docs: add brew installation from HEAD (#886)

For folks who need latest fixes or "live on the edge"
This commit is contained in:
Ryan
2021-11-16 21:48:40 +01:00
committed by GitHub
parent c26e661889
commit df4ef4de80

View File

@@ -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