Skip to content

Commit e580f21

Browse files
Simplify Claude Code Homebrew install to brew install claude-code
Homebrew resolves 'brew install claude-code' to the cask automatically, so the --cask flag and the anthropics/claude-code tap are both unnecessary. Drops the redundant tap step accidentally added during the week-02 PR review and simplifies both blog sources.
1 parent c896f0a commit e580f21

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

blog/week-01-setup-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ Before the next session, install [Claude Code](https://claude.ai/claude-code), t
808808
curl -fsSL https://claude.ai/install.sh | bash
809809

810810
# Or via Homebrew on macOS
811-
brew install --cask claude-code
811+
brew install claude-code
812812

813813
# Windows PowerShell
814814
irm https://claude.ai/install.ps1 | iex

blog/week-02-claude-code-setup.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ Native install (recommended, auto-updates):
5858
curl -fsSL https://claude.ai/install.sh | bash
5959
```
6060

61-
Or via [Homebrew](https://brew.sh) (first-time install needs Anthropic's tap):
61+
Or via [Homebrew](https://brew.sh):
6262

6363
```bash
64-
brew tap anthropics/claude-code
65-
brew install --cask claude-code
64+
brew install claude-code
6665
```
6766

6867
### Linux

0 commit comments

Comments
 (0)