From 51997576e82e60b430052fecc95f9d0293e4f044 Mon Sep 17 00:00:00 2001 From: Steven Enamakel <31011319+senamakel@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:56:50 +0300 Subject: [PATCH] docs(install): fix macOS Homebrew install to use official cask (#5152) --- INSTALL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 16827c72d..e830eb739 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,11 +6,10 @@ Download installers from [tinyhumans.ai/openhuman](https://tinyhumans.ai/openhum These paths use native installer surfaces. Homebrew and MSI provide their normal signing/integrity checks; Debian/Ubuntu uses `apt-get` to install the release `.deb` and resolve system dependencies. -**macOS (Homebrew tap):** +**macOS (Homebrew Cask):** ```bash -brew tap tinyhumansai/core -brew install openhuman +brew install --cask openhuman ``` **Linux (Debian/Ubuntu, release `.deb`):**