docs: install via brew#639
Conversation
➖ Are we earthbuild yet?No change in "earthly" occurrences 📈 Overall Progress
Keep up the great work migrating from Earthly to Earthbuild! 🚀 💡 Tips for finding more occurrencesRun locally to see detailed breakdown: ./.github/scripts/count-earthly.shNote that the goal is not to reach 0. |
There was a problem hiding this comment.
Code Review
This pull request updates the macOS installation instructions in www/install.html to use a single-line Homebrew command. However, the proposed command brew install earthbuild/tap/earth is incorrect and will fail because the tap repository is named homebrew-earthbuild rather than homebrew-tap. It should be updated to brew install earthbuild/earthbuild/earth as suggested.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Code Review
This pull request updates the macOS installation instructions in www/install.html to use a single-command Homebrew installation syntax. The reviewer pointed out a potential issue where the specified tap repository name (earthbuild/tap/earth) might be incorrect and cause Homebrew to fail, suggesting earthbuild/earthbuild/earth instead.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.