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
1 changed files with 1 additions and 1 deletions
|
@ -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](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
|
```shell
|
||||||
brew install act
|
brew install act
|
||||||
|
|
Loading…
Reference in a new issue