Document Homebrew CLI install#5
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6fe48a7e79
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Install the CLI with Homebrew on macOS or Linux. | ||
|
|
||
| ```bash | ||
| brew install sendmux/tap/sendmux |
There was a problem hiding this comment.
Point Homebrew install at a published formula
Homebrew's direct install form brew install user/repository/formula only works when the tapped repo contains a matching formula file, and Homebrew documents Formula/, HomebrewFormula/, or the repo root as valid formula locations. I checked the public sendmux/homebrew-tap repository that this shorthand resolves to and it currently has no sendmux.rb formula, so this new primary install command will fail before users reach the npm fallback. Please publish the formula or keep npm as the documented install path until the tap is populated.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
@chatgpt-codex-connector False positive for the intended merge order — the formula is staged in Sendmux/homebrew-tap#1, and I added that dependency to the docs PR body so this docs PR merges after the tap is published.
There was a problem hiding this comment.
To use Codex here, create an environment for this repo.
Summary
Dependency
Verification