docs: Add Homebrew installation instructions#4
Conversation
There was a problem hiding this comment.
Pull request overview
Adds Homebrew-based installation instructions to the main README to make macOS installs simpler, and reorders the Installation section so Homebrew is the recommended path.
Changes:
- Add a new “Homebrew (Recommended)” installation section with
brew tap+brew install --caskcommands - Downgrade the existing “Download” method to a non-recommended alternative by removing “(Recommended)” from its heading
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Homebrew (Recommended) | ||
|
|
||
| ```bash | ||
| brew tap efan404/codeisland | ||
| brew install --cask codeisland | ||
| ``` |
There was a problem hiding this comment.
The PR description calls out that this tap is community-maintained and links to https://github.com/Efan404/homebrew-codeisland, but the README Homebrew section doesn’t mention that context. Consider adding a short note + link under the commands so users understand it’s not an official tap and know where to report tap issues.
| ### Homebrew (Recommended) | ||
|
|
||
| ```bash | ||
| brew tap efan404/codeisland | ||
| brew install --cask codeisland |
There was a problem hiding this comment.
README has a linked Simplified Chinese version (README.zh-CN.md) whose installation section still marks “Download” as recommended and doesn’t include the new Homebrew option. To keep bilingual docs consistent, consider updating the Chinese README (or adding a brief note here) so macOS users get the same recommended install path regardless of language.
Summary
This PR adds Homebrew installation instructions to the README, making it easier for macOS users to install CodeIsland.
Installation via Homebrew
Notes
Checklist