Files
claude-code-best-practice/tutorial/day0/mac.md
T
2026-03-27 16:11:16 +05:00

574 B

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.