docs: fix brew formula link (#846)
currently it points to nektos owned tap but instruction is for homebrew-core
This commit is contained in:
parent
83a28d9512
commit
2319eb210f
|
@ -35,7 +35,7 @@ If you are using Linux, you will need to [install Docker Engine](https://docs.do
|
|||
|
||||
### [Homebrew](https://brew.sh/) (Linux/macOS)
|
||||
|
||||
[![homebrew version](https://img.shields.io/homebrew/v/act)](https://github.com/nektos/homebrew-tap/blob/master/Formula/act.rb)
|
||||
[![homebrew version](https://img.shields.io/homebrew/v/act)](https://github.com/Homebrew/homebrew-core/blob/master/Formula/act.rb)
|
||||
|
||||
```shell
|
||||
brew install act
|
||||
|
|
Loading…
Reference in New Issue