Summary
The README installation section includes:
brew install yourusername/tap/git-copilot
yourusername is a literal placeholder that was never replaced. No Homebrew tap exists for this project.
Impact
- Copy-paste installation fails for all macOS users who choose Homebrew
- Same issue exists in the pre-built binary download URL (
yourusername placeholder)
Recommended Fix
Either:
- Create an actual Homebrew tap and update the README with the real tap URL
- Remove the Homebrew and binary sections until they are ready, keeping only the
npm install -g path
Backlink: #1
Summary
The README installation section includes:
yourusernameis a literal placeholder that was never replaced. No Homebrew tap exists for this project.Impact
yourusernameplaceholder)Recommended Fix
Either:
npm install -gpathBacklink: #1