docs(install): fix macOS Homebrew install to use official cask (#5152)

This commit is contained in:
Steven Enamakel
2026-07-23 15:56:50 +03:00
committed by GitHub
parent 645979062c
commit 51997576e8
+2 -3
View File
@@ -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`):**