Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 574 Bytes

File metadata and controls

32 lines (24 loc) · 574 Bytes

macOS Setup

Back to Day 0


Terminal

  • Open Terminal (press Cmd + Space, type "Terminal", hit Enter)

Homebrew

  • Check if Homebrew is already installed:
    brew --version
  • If you get "command not found", install Homebrew first:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Claude Code

  • brew install --cask claude-code

Verify

  • claude --version

Now head back to README.md for authentication setup.