docs(macos-install): restore Homebrew install as option 2#868
Merged
Conversation
Revert the Homebrew comment-outs from #867 now that the keploy/tap formula is expected to work. Restores `brew install keploy/tap/keploy` as a second documented install path, alongside the one-click curl installer which remains the recommended primary option. - Re-enable the "Install with Homebrew" HowTo schema step (now step 2, curl one-click stays as step 1 / recommended). - Re-add the visible "## Install with Homebrew" section. - Restore the two-option intro list; keep Manual Setup as the eBPF fallback below. - Put `homebrew` / `brew install keploy` back in frontmatter keywords and the page description. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Restores Homebrew as a documented macOS installation option while keeping the curl installer as the recommended path.
Changes:
- Adds Homebrew back to page metadata and HowTo structured data.
- Restores the visible “Install with Homebrew” section.
- Updates the intro to present curl and Homebrew as two install options.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Vale's Google.EmDash rule flags ` — ` (space-em-dash-space) in the visible markdown prose. The HowTo JSX block is BlockIgnored in .vale.ini, but the intro list outside it isn't. Reword the recommended marker as a bold prefix instead of an em-dash trailer. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #867. Now that the
keploy/tapHomebrew formula is expected to work, restorebrew install keploy/tap/keployas a documented option on the macOS install page.## Install with Homebrewsection.homebrew/brew install keployback in frontmatter keywords + the page description so Google indexes brew as a supported install path again.Test plan
npm run buildsucceeds (verified locally — no MDX errors).brew install keploy/tap/keployactually works against the current state of thekeploy/homebrew-keploytap before merge./docs/server/macos/installation/renders both One-click install and Install with Homebrew sections./docs/server/macos/installation/in Google Search Console.🤖 Generated with Claude Code