From 99b3affff526065e8373fc70392dc4f1892ec77b Mon Sep 17 00:00:00 2001 From: YellowSnnowmann <167776381+YellowSnnowmann@users.noreply.github.com> Date: Wed, 27 May 2026 16:06:22 +0530 Subject: [PATCH] docs(readme): fix Homebrew tap namespace in macOS install instructions (#2739) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2fbe8079..88b4019b1 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ These paths verify the artifact through your OS package manager's signing chain **macOS (Homebrew tap):** ```bash -brew tap tinyhumansai/openhuman +brew tap tinyhumansai/core brew install openhuman ```