From 2319eb210f8d097da470331d2d12e7c6db0f8056 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 31 Oct 2021 14:34:15 +0100 Subject: [PATCH] docs: fix brew formula link (#846) currently it points to nektos owned tap but instruction is for homebrew-core --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 345a8bb..de48348 100644 --- a/README.md +++ b/README.md @@ -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