Skip to content

Fix Homebrew install command shown on website#77

Merged
aurorascharff merged 1 commit into
mainfrom
codex/fix-homebrew-install-command
Jun 1, 2026
Merged

Fix Homebrew install command shown on website#77
aurorascharff merged 1 commit into
mainfrom
codex/fix-homebrew-install-command

Conversation

@aurorascharff
Copy link
Copy Markdown
Owner

Summary

  • copy the existing two-step Homebrew install flow from the website instead of the unsupported shorthand install alone
  • show both commands legibly in the install control

Why

The website currently copies brew install --cask aurorascharff/clicklight/clicklight, which makes Homebrew look for a separate aurorascharff/homebrew-clicklight tap repository. That repository does not exist because the cask currently lives in the main ClickLight repository. This is the failure reported in #76.

This PR keeps the current repository setup and makes the website use the working flow already documented in the README:

brew tap aurorascharff/clicklight https://github.com/aurorascharff/ClickLight
brew install --cask aurorascharff/clicklight/clicklight

A future separate tap repository could make the one-line install work without this explicit tap URL.

Validation

  • npm run build in website/
  • git diff --check

Addresses #76.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
click-light Ready Ready Preview, Comment Jun 1, 2026 5:58pm

@aurorascharff aurorascharff marked this pull request as ready for review June 1, 2026 17:58
Copilot AI review requested due to automatic review settings June 1, 2026 17:58
@aurorascharff aurorascharff merged commit b93a566 into main Jun 1, 2026
5 of 6 checks passed
@aurorascharff aurorascharff deleted the codex/fix-homebrew-install-command branch June 1, 2026 17:59
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants