From 4017025d15cf50b025abad99f9efc513fccd3ce7 Mon Sep 17 00:00:00 2001 From: Aleksandr Zykov Date: Tue, 17 Sep 2024 14:54:31 +0200 Subject: [PATCH] Fixed homebrew formula path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65ea91f51..01f8fc39b 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 ```