From 2fb018ced85be1f254de77eb1703584642aad49d Mon Sep 17 00:00:00 2001 From: Aleksandr Zykov Date: Wed, 12 Mar 2025 04:58:52 +0100 Subject: [PATCH] Fixed homebrew formula path (#1219) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e4c9d..5eea0e2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Check the [releases](https://github.com/slackhq/nebula/releases/latest) page for $ sudo apk add nebula ``` -- [macOS Homebrew](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/nebula.rb) +- [macOS Homebrew](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/n/nebula.rb) ``` $ brew install nebula ```