Skip to content

Commit df4ef4d

Browse files
author
Ryan
authored
docs: add brew installation from HEAD (#886)
For folks who need latest fixes or "live on the edge"
1 parent c26e661 commit df4ef4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ If you are using Linux, you will need to [install Docker Engine](https://docs.do
4141
brew install act
4242
```
4343

44+
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):
45+
46+
```shell
47+
brew install act --HEAD
48+
```
49+
4450
### [MacPorts](https://www.macports.org) (macOS)
4551

4652
```shell

0 commit comments

Comments
 (0)